-
Notifications
You must be signed in to change notification settings - Fork 846
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker拉去成功,run.py后一只重复打印chatcompletion: using gpt-4-32k #390
Comments
完整日志XAgentServer is running on cmd mode |
docker compose日志 [+] Running 6/0 |
您好,从您提供的日志来看服务是在正常工作的,服务正常的情况下运行重复打印chatcompletion: using gpt-4-32k这种情况的出现一般会是openai key的返回问题。您可以检查下配置文件或者单独调用一下您的key来做简单chat api调用看能否正常返回。期待您的回复。 |
一 run.py的日志
Human-In-The-Loop False
Start outer loop async
-=-=-=-=-=-=-= BEGIN QUERY SOVLING -=-=-=-=-=-=-=
Role Assistant
Task calc 1+1=?
-=-=-=-=-=-=-= GENERATE INITIAL_PLAN -=-=-=-=-=-=-=
Constructing an Agent: PlanGenerateAgent
chatcompletion: using gpt-4-32k
chatcompletion: using gpt-4-32k
chatcompletion: using gpt-4-32k
chatcompletion: using gpt-4-32k
二 docker 打印的日志
xagent-ToolServerManager-1 | [2024-03-10 08:19:24 +0000] [7] [INFO] Node d2f9c135a0f2 health updated: starting -> healthy
xagent-ToolServerManager-1 | [2024-03-10 08:19:24 +0000] [8] [INFO] Request to node: http://172.19.0.8:31942/get_available_tools
frosty_clarke | INFO: 172.19.0.6:58340 - "POST /get_available_tools HTTP/1.1" 200 OK
xagent-ToolServerManager-1 | [2024-03-10 08:19:25 +0000] [8] [INFO] Response from node: 200
frosty_clarke | INFO: 127.0.0.1:33960 - "GET / HTTP/1.1" 200 OK
frosty_clarke | INFO: 127.0.0.1:33974 - "GET / HTTP/1.1" 200 OK
frosty_clarke | INFO: 127.0.0.1:33978 - "GET / HTTP/1.1" 200 OK
frosty_clarke | INFO: 127.0.0.1:33988 - "GET / HTTP/1.1" 200 OK
frosty_clarke | INFO: 127.0.0.1:33996 - "GET / HTTP/1.1" 200 OK
frosty_clarke | INFO: 127.0.0.1:33998 - "GET / HTTP/1.1" 200 OK
frosty_clarke | INFO: 127.0.0.1:34006 - "GET / HTTP/1.1" 200 OK
frosty_clarke | INFO: 127.0.0.1:34012 - "GET / HTTP/1.1" 200 OK
frosty_clarke | INFO: 127.0.0.1:34014 - "GET / HTTP/1.1" 200 OK
frosty_clarke | INFO: 127.0.0.1:34016 - "GET / HTTP/1.1" 200 OK
The text was updated successfully, but these errors were encountered: