mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-09 15:17:59 -05:00
Implement old polling mechanism (#5248)
Implement old polling mechanism Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
This commit is contained in:
3
.github/workflows/benchmark-ci.yml
vendored
3
.github/workflows/benchmark-ci.yml
vendored
@@ -127,5 +127,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
|
||||
env:
|
||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
|
||||
Reference in New Issue
Block a user