tdurzynski commited on
Commit
734adb5
·
verified ·
1 Parent(s): a19902d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ orchestrator = AssistantAgent(
126
  )
127
 
128
  group_chat = GroupChat(
129
- agents=[food_recognizer, size_estimator, nutrition_fetcher, advice_agent, orchestrator],
130
  messages=[],
131
  max_round=10
132
  )
 
126
  )
127
 
128
  group_chat = GroupChat(
129
+ agents=[food_recognizer, size_estimator, nutrition_fetcher, orchestrator],
130
  messages=[],
131
  max_round=10
132
  )