ChatDev icon indicating copy to clipboard operation
ChatDev copied to clipboard

使用GPT4异常

Open getgptpro opened this issue 1 year ago • 1 comments

使用如下命令可以正常的生成项目: 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

getgptpro avatar May 07 '24 02:05 getgptpro

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

thinkwee avatar May 07 '24 07:05 thinkwee