OpenBMB / ToolBench

[ICLR'24 spotlight] An open platform for training, serving, and evaluating large language model for tool learning.
https://openbmb.github.io/ToolBench/
Apache License 2.0
4.6k stars 397 forks source link

HTTPConnectionPool(host='8.218.239.54', port=8080) toolbenchserver 无法连接 #264

Open lileishitou opened 2 months ago

lileishitou commented 2 months ago

python main.py {'api_key': '', 'api_base': '', 'model': 'gpt-4-turbo-preview', 'temperature': 0, 'toolbench_url': 'http://8.218.239.54:8080/rapidapi', 'tools_folder ': './tools', 'cache_folder': './tool_response_cache', 'is_save': True, 'port': 8005} {'api_key': '', 'api_base': '', 'model': 'gpt-4-turbo-preview', 'temperature': 0, 'toolbench_url': 'http://8.218.239.54:8080/rapidapi', 'tools_folder ': './tools', 'cache_folder': './tool_response_cache', 'is_save': True, 'port': 8005} INFO: Started server process [5274] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://0.0.0.0:8005 (Press CTRL+C to quit) INFO: 127.0.0.1:37194 - "POST /virtual HTTP/1.1" 500 Internal Server Error ERROR: Exception in ASGI application Traceback (most recent call last):