Spaces:
Sleeping
Sleeping
Commit
·
0c0a831
1
Parent(s):
f366faa
Update query_solver.py
Browse files- query_solver.py +1 -1
query_solver.py
CHANGED
@@ -53,7 +53,7 @@ def run_query(problem, api_key, max_round):
|
|
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)
|
58 |
|
59 |
|
|
|
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)
|
58 |
|
59 |
|