eaglelandsonce commited on
Commit
9faa20f
·
1 Parent(s): c3fd152

Update query_solver.py

Browse files
Files changed (1) hide show
  1. query_solver.py +1 -1
query_solver.py CHANGED
@@ -51,7 +51,7 @@ def run_query(problem, api_key, max_round):
51
  llm_config=llm_config,
52
  )
53
 
54
- # Create groupchat
55
  groupchat = autogen.GroupChat(
56
  agents=[user, user_proxy, author, planner, editor,critic], messages=[], max_round=max_round)
57
  manager = autogen.GroupChatManager(groupchat=groupchat, llm_config=llm_config)
 
51
  llm_config=llm_config,
52
  )
53
 
54
+ # Create groupchat
55
  groupchat = autogen.GroupChat(
56
  agents=[user, user_proxy, author, planner, editor,critic], messages=[], max_round=max_round)
57
  manager = autogen.GroupChatManager(groupchat=groupchat, llm_config=llm_config)