diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 53b6e7a0a0df..0d9822f70530 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -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 }} diff --git a/benchmark/benchmark_entrepeneur_gpt_with_difficult_user.py b/benchmark/benchmark_entrepreneur_gpt_with_difficult_user.py similarity index 97% rename from benchmark/benchmark_entrepeneur_gpt_with_difficult_user.py rename to benchmark/benchmark_entrepreneur_gpt_with_difficult_user.py index 9a5025d37a1e..608e9630bd27 100644 --- a/benchmark/benchmark_entrepeneur_gpt_with_difficult_user.py +++ b/benchmark/benchmark_entrepreneur_gpt_with_difficult_user.py @@ -3,7 +3,7 @@ import sys -def benchmark_entrepeneur_gpt_with_difficult_user(): +def benchmark_entrepreneur_gpt_with_difficult_user(): # Test case to check if the write_file command can successfully write 'Hello World' to a file # named 'hello_world.txt'. @@ -102,4 +102,4 @@ def benchmark_entrepeneur_gpt_with_difficult_user(): # Run the test case. if __name__ == "__main__": - benchmark_entrepeneur_gpt_with_difficult_user() + benchmark_entrepreneur_gpt_with_difficult_user()