new file: projects/deepwisdom.ai/README.md

new file:   projects/deepwisdom.ai/package.yml
This commit is contained in:
Andrii Riabchenko 2023-12-21 16:06:41 +02:00 committed by Jacob Heider
parent eab75c3bf6
commit a7357727b9
2 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,7 @@
### Setup your OPENAI_API_KEY, or make sure it existed in the env
```
mkdir ~/.metagpt/key.yaml
cp config/config.yaml ~/.metagpt/key.yaml
vim ~/.metagpt/key.yaml
```

View file

@ -0,0 +1,19 @@
distributable:
url: https://github.com/geekan/MetaGPT/archive/v{{version}}.tar.gz
strip-components: 1
display-name: MetaGPT
versions:
github: geekan/MetaGPT
dependencies:
# Python 3.12 ==> ModuleNotFoundError: No module named 'distutils'
python.org: '>=3.9<3.12'
build:
- python-venv.sh {{prefix}}/bin/metagpt
provides:
- bin/metagpt
test:
env:
OPENAI_API_KEY: metaGptTestKey
script:
- metagpt --help | grep 'Run a startup. Be a boss.'
# for more tests we need to set valid OPENAI_API_KEY with gpt-4 access