OpenBMB / ChatDev

Create Customized Software using Natural Language Idea (through LLM-powered Multi-Agent Collaboration)

Home Page:https://arxiv.org/abs/2307.07924

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

运行 python run.py --task "[description_of_your_idea]" --name "[project_name]" 后长时间没有响应

icemen380 opened this issue · comments

我按照指南上配置的环境但是执行(ChatDev_conda_env) D:\Python_Projects\ChatDev>python run.py --task "design a basic Gomoku game" --name "Gomoku"
命令后长时间没有响应,请问这个问题是怎么回事,是和我的环境相关吗?

我用的windows11除了在CMD里用set设置了OPENAI_API_KEY环境变量外,在计算机属性的环境变量设置里面也设置了这个环境变量。

Regarding your question, you can check that your API is working and make sure that all the proxy tool is turned off.

20240408212311

hi,您可以看看ChatDev生成到WareHouse的对应文件夹,里面的log文件(文件末尾,一般会有易辨别的报错原因);或在Windows中,你可以在终端(Powershell)或者Pycharm中运行,这样可以更好的观察并修正错误。
但一般来说,ChatDev没有反应,是因为API Key没有有效发挥作用(或者网络不稳定)🤔

Thank Alpha for his solution.