mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-11 18:24:38 +01:00
Make agbenchmark a proxy of the evaluated agent (#5279)
Make agbenchmark a Proxy of the evaluated agent Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
This commit is contained in:
5
.github/workflows/benchmark-ci.yml
vendored
5
.github/workflows/benchmark-ci.yml
vendored
@@ -128,7 +128,8 @@ jobs:
|
||||
echo "Running the following command: ${prefix}agbenchmark --test=WriteFile"
|
||||
${prefix}agbenchmark --test=WriteFile
|
||||
sh run_benchmark &
|
||||
sleep 5
|
||||
python ../../benchmark/tests/test_web_server.py
|
||||
cd ../../benchmark
|
||||
poetry install
|
||||
poetry run pytest tests
|
||||
env:
|
||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
|
||||
Reference in New Issue
Block a user