mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
new file: projects/deepwisdom.ai/README.md
new file: projects/deepwisdom.ai/package.yml
This commit is contained in:
parent
eab75c3bf6
commit
a7357727b9
2 changed files with 26 additions and 0 deletions
7
projects/deepwisdom.ai/README.md
Normal file
7
projects/deepwisdom.ai/README.md
Normal 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
|
||||||
|
```
|
19
projects/deepwisdom.ai/package.yml
Normal file
19
projects/deepwisdom.ai/package.yml
Normal 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
|
Loading…
Reference in a new issue