Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
fixing the incorrect addition of superagi (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenNaihin authored Jul 8, 2023
1 parent e56b112 commit 082a876
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/superagi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
- name: Run regression tests
run: |
cd agent/SuperAgi
cd agent/SuperAGI
cp config_template.yaml config.yaml
sed -i 's/OPENAI_API_KEY:.*/OPENAI_API_KEY: "'"${{ secrets.OPENAI_API_KEY }}"'"/' config.yaml
docker-compose up --build
docker-compose up -d --build
pip install ../../dist/agbenchmark-0.1.0-py3-none-any.whl
agbenchmark start --reg
agbenchmark start --maintain

0 comments on commit 082a876

Please sign in to comment.