mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
e910345810
add OPEN_API_MODEL key to test; convert to `bkpyvenv`. closes #4704
8 lines
188 B
Markdown
8 lines
188 B
Markdown
### Setup your OPENAI_API_KEY and OPENAI_API_MODEL, or make sure they exist in the env
|
|
|
|
```
|
|
mkdir ~/.metagpt/key.yaml
|
|
cp config/config.yaml ~/.metagpt/key.yaml
|
|
vim ~/.metagpt/key.yaml
|
|
```
|