好好学习的郝
好好学习的郝
最新版的镜像在linux中是可以正常使用的。 试一下不挂载宿主机workspace目录吧?就是把第二个 -v 挂载去掉,直接产出在容器内。
目前dev分支才支持星火,后续合入main就完全支持了。
If you installed metagpt by `pip install metagpt`, there should be no examples/research.py What commands did you execute? And what is the order of these commands?
Did you install git and config it in the PATH? MetaGPT depends on git.
OK, I guess it is a dependency problem. You can try install metagpt by `git clonet https://github.com/geekan/MetaGPT` and install dependencies mannaully. ```bash cd MetaGPT pip install -r requirements.txt pip install...
使用Debug模式运行build_customized_agent.py,看一下新增的 print或者logger.info 代码有没有执行。
```python team.hire( [ SimpleCoder(), SimpleTester(), SimpleReviewer(is_human=True) ] ) ``` Try this.
你使用的是最新版的MetaGPT吗?如果是最新版的话,你需要参考下config.yaml进行配置,OPENAI_API_BASE 变为了 OPENAI_BASE_URL
MetaGPT will call the remote LLM during operation, so it requires very few local resources. If you just run MetaGPT on Mac Stutio, I think 4C8G is completely sufficient. If...
试试在配置文件中加上 `REPAIR_LLM_OUTPUT: true`