Merge pull request #2521 from jazelly/fix-benchmark-typo

misc: fix typo in benchmark
This commit is contained in:
Richard Beales
2023-04-22 17:06:10 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -26,6 +26,6 @@ jobs:
pip install -r requirements.txt
- name: benchmark
run: |
python benchmark/benchmark_entrepeneur_gpt_with_undecisive_user.py
python benchmark/benchmark_entrepreneur_gpt_with_undecisive_user.py
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}