好好学习的郝
好好学习的郝
Make sure you the python version is 3.9.x and install the exactly version of dependencies in requirements.txt
I think your purpose is to automatically set up the environment in gitpod. So there are two issues to note: 1. gitpod default python version is 3.12 which is not...
This implementation is a bit complicated, please refer to this document. https://www.gitpod.io/docs/introduction/languages/python .gitpod.Dockerfile ``` FROM gitpod/workspace-python RUN pyenv install 3.9 \ && pyenv global 3.9 ``` .gitpod.yml ```yaml # Please...
Execute the following command to check whether you can accss OPENAI_API_BASE. ```bash openai -b "https://api.openai.com/v1" api chat_completions.create -m gpt-3.5-turbo -g user "Hello world" ```
Please create `/app/metagpt/config/key.yaml` first. ```bash docker run --rm metagpt/metagpt:v0.3.1 cat /app/metagpt/config/config.yaml > /opt/metagpt/config/key.yaml ```
Execute the following command to check whether OPENAI_API_BASE is correct. ```bash openai -b "http://127.0.0.1:5001/v1" api chat_completions.create -m gpt-3.5-turbo -g user "Hello world" ```
Yes, MetaGPT's ability to handle detailed requirements needs to be further improved.
Please follow README.md to install mermaid first.
@geekan @qa6300525
参考下faq8 https://deepwisdom.feishu.cn/wiki/MsGnwQBjiif9c3koSJNcYaoSnu4