Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -141,7 +141,7 @@ group_chat = GroupChat(
|
|
141 |
agents=[food_recognizer, size_estimator, nutrition_fetcher, orchestrator],
|
142 |
messages=[],
|
143 |
max_round=4,
|
144 |
-
|
145 |
)
|
146 |
manager = GroupChatManager(groupchat=group_chat)
|
147 |
|
|
|
141 |
agents=[food_recognizer, size_estimator, nutrition_fetcher, orchestrator],
|
142 |
messages=[],
|
143 |
max_round=4,
|
144 |
+
speaker_selection_method=custom_select_speaker # Use custom speaker selection instead of LLM
|
145 |
)
|
146 |
manager = GroupChatManager(groupchat=group_chat)
|
147 |
|