fix(metagpt)

closes #5162
This commit is contained in:
Jacob Heider 2024-02-09 12:00:14 -05:00
parent e2aae0b694
commit ffcdea1738
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -26,6 +26,17 @@ test:
env:
OPENAI_API_KEY: metaGptTestKey
OPENAI_API_MODEL: gpt-4-1106-preview
dependencies:
gnu.org/coreutils: '*'
script:
# starting with 0.7.0, it uses a config file instead of env vars
- run: install -D $FIXTURE ~/.metagpt/config2.yaml
fixture: |
llm:
api_key: "metaGptTestKey"
model: "gpt-4-1106-preview" # or gpt-3.5-turbo-1106 / gpt-4-1106-preview
if: '>=0.7.0'
# for more tests we need to set valid OPENAI_API_KEY with gpt-4 access
- metagpt --help | grep 'Run a startup. Be a boss.'
# the tag line got less cool after 0.6.0...
- metagpt --help | grep -E '(Run a startup. Be a boss.|Start a new project.)'