Implement old polling mechanism (#5248)

Implement old polling mechanism

Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
This commit is contained in:
merwanehamadi
2023-09-18 16:23:06 -07:00
committed by GitHub
parent 8923e79b29
commit c09a0e7afa
16 changed files with 325 additions and 182 deletions

View File

@@ -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 }}