eaglelandsonce commited on
Commit
1e79b3e
·
1 Parent(s): 55223f8

Update query_solver.py

Browse files
Files changed (1) hide show
  1. query_solver.py +1 -1
query_solver.py CHANGED
@@ -19,7 +19,7 @@ def run_query(math_problem, api_key):
19
  name="User_proxy",
20
  system_message="A human admin who will give the idea and run the code provided by Coder.",
21
  code_execution_config={"last_n_messages": 2, "work_dir": "groupchat"},
22
- human_input_mode="ALWAYS",
23
  )
24
  coder = autogen.AssistantAgent(
25
  name="Coder",
 
19
  name="User_proxy",
20
  system_message="A human admin who will give the idea and run the code provided by Coder.",
21
  code_execution_config={"last_n_messages": 2, "work_dir": "groupchat"},
22
+ human_input_mode="NEVER",
23
  )
24
  coder = autogen.AssistantAgent(
25
  name="Coder",