好好学习的郝
好好学习的郝
Theoretically there is no limit, but currently the generated large projects don't work well. There is some work in roadmap to do better.
这个还未完成,可以先参考下《MetaGPT智能体开发入门》教程。 第三章:MetaGPT框架组件介绍 1.4 实现一个更复杂的Agent:技术文档助手 这一节讲了一些关于思考和行动的内容,还有代码分析。 https://deepwisdom.feishu.cn/wiki/KhCcweQKmijXi6kDwnicM0qpnEf
Good idea! We will think about it. Our current plan is to expand the capabilities of metagpt by accessing third-party roles.
这个问题确实是 GreBai 说的网络问题,可以参照他给的方法进行处理,也可以把base url改为openai api专用代理,比如 ```yaml llm: api_type: 'openai' # or azure / ollama / open_llm etc. Check LLMType for more options model: 'gpt-4-turbo-preview' # or gpt-3.5-turbo-1106 / gpt-4-1106-preview base_url:...
从报错看不是额度问题。 查了一下狼人杀分支是使用的openai==0.27.8,配置使用老版本配置。你可以使用下面的命令先测试一下网络 ```bash export OPENAI_API_KEY="sk-xxx" # 测试官方OPENAI API openai api chat_completions.create -m gpt-3.5-turbo-1106 -g user "Hello world" # 测试OPENAI API代理 openai -b "https://render.openai-forward.com/v1" api chat_completions.create -m gpt-3.5-turbo-1106 -g user "Hello...
It seems like that some dependencies are missing. Did you execute `pip install -r requirements.txt` first?
Not all the platforms and not all the python versions have specific libraries. Maybe you can give promt like `write a cli snake game with python version 3.9.7` to specify...
Thanks for your report. I have reproduced the problem. We will fix it.
The latest version has fixed the problem.
使用的什么镜像版本?容器启动命令是什么?