Skip to content

Commit

Permalink
reduce max_turn_num in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
qingyun-wu committed May 9, 2023
1 parent a32a4b3 commit 87116ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/autogen/test_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ def test_tsp(human_input_mode="NEVER", max_turn_num=10):
# openai.api_key = "<your_api_key>"
# test_extract_code()
test_coding_agent(human_input_mode="TERMINATE")
test_tsp(human_input_mode="NEVER", max_turn_num=3)
test_tsp(human_input_mode="NEVER", max_turn_num=2)

0 comments on commit 87116ec

Please sign in to comment.