bstraehle commited on
Commit
1923ab6
1 Parent(s): 4d969ce

Update multi_agent.py

Browse files
Files changed (1) hide show
  1. multi_agent.py +1 -1
multi_agent.py CHANGED
@@ -4,7 +4,7 @@ from autogen.coding import LocalCommandLineCodeExecutor
4
  #import os
5
  #from IPython.display import Image
6
 
7
- def run_multi_agent(llm, task):
8
  llm_config = {"model": llm}
9
 
10
  executor = LocalCommandLineCodeExecutor(
 
4
  #import os
5
  #from IPython.display import Image
6
 
7
+ def run_multi_agent(llm, message):
8
  llm_config = {"model": llm}
9
 
10
  executor = LocalCommandLineCodeExecutor(