OpenBMB / ChatDev

Create Customized Software using Natural Language Idea (through LLM-powered Multi-Agent Collaboration)
https://arxiv.org/abs/2307.07924
Apache License 2.0
25.29k stars 3.17k forks source link

使用GPT4异常 #376

Closed getgptpro closed 2 months ago

getgptpro commented 4 months ago

使用如下命令可以正常的生成项目: python3 run.py --task "写一个web网站,实现注册登录功能" --name "SimpleWeb"

但是指定模型为GPT4,会异常: python3 run.py --task "写一个web网站,实现注册登录功能" --name "SimpleWeb" --model "GPT_4_TURBO"

执行一段时间后,会在打印日志 Chief Technology Officer: [Start Chat] 后,一直打印日志: Retrying request to /chat/completions in xxxx seconds

thinkwee commented 4 months ago

我们刚刚更新了backend llm配置,请再试一下?