OliveSensorAPI/agents/README.md
2024-03-25 21:00:07 +08:00

24 lines
527 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# EmoLLM——MetaGPT
## 使用
```bash
pip install -r requirements.txt
pip install .
```
## key 配置
为确保项目正常运行,请在项目内新建`.env`文件并在其中设置你的API密钥你可以根据下列例子写入对应的 key即可成功运行调用目前默认使用 zhipuai你可以仅写入`ZHIPUAI_API_KEY`即可使用。
```bash
OPENAI_API_KEY=
OPENAI_API_BASE=
ZHIPUAI_API_KEY=
BAIDU_API_KEY=
OPENAI_API_MODEL=
```
## MetaGPT Version
https://gitee.com/jujimeizuo/meta-gpt-tianji