bstraehle commited on
Commit
8536ead
1 Parent(s): 29a38f1

Update multi_agent.py

Browse files
Files changed (1) hide show
  1. multi_agent.py +1 -1
multi_agent.py CHANGED
@@ -9,7 +9,7 @@ def run_multi_agent(llm, task):
9
  "instructions to writer to refine the blog post.",
10
  code_execution_config=False,
11
  llm_config=llm_config,
12
- human_input_mode="ALWAYS",
13
  )
14
 
15
  planner = autogen.ConversableAgent(
 
9
  "instructions to writer to refine the blog post.",
10
  code_execution_config=False,
11
  llm_config=llm_config,
12
+ human_input_mode="NEVER",
13
  )
14
 
15
  planner = autogen.ConversableAgent(