mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-10 07:38:04 -05:00
Add back api mode
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
This commit is contained in:
2
.github/workflows/benchmark-ci.yml
vendored
2
.github/workflows/benchmark-ci.yml
vendored
@@ -240,6 +240,8 @@ jobs:
|
||||
poetry run uvicorn server:app --reload &
|
||||
sleep 5
|
||||
export AGENT_NAME=mini-agi
|
||||
echo "poetry run agbenchmark start --mock --api_mode --host=http://localhost:8000"
|
||||
poetry run agbenchmark start --mock --api_mode --host=http://localhost:8000
|
||||
else
|
||||
echo "${prefix}agbenchmark start"
|
||||
${prefix}agbenchmark start || echo "This command will always return a non zero exit code unless all the challenges are solved."
|
||||
|
||||
Reference in New Issue
Block a user