From 082a87661224d25ed969557113e08f84febfbc12 Mon Sep 17 00:00:00 2001 From: Silen Naihin Date: Sat, 8 Jul 2023 05:04:06 -0400 Subject: [PATCH] fixing the incorrect addition of superagi (#73) --- .github/workflows/superagi.yml | 6 +++--- agent/SuperAGI | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/superagi.yml b/.github/workflows/superagi.yml index 128c28dd714..5ab52d33f3e 100644 --- a/.github/workflows/superagi.yml +++ b/.github/workflows/superagi.yml @@ -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 diff --git a/agent/SuperAGI b/agent/SuperAGI index 12e248e9011..7ab2994d4b4 160000 --- a/agent/SuperAGI +++ b/agent/SuperAGI @@ -1 +1 @@ -Subproject commit 12e248e90112e50ee011f0dcb1b3fa02030661a4 +Subproject commit 7ab2994d4b44fa008f9ac27b196f134d27878916