GattoNero commited on
Commit
31887b8
·
verified ·
1 Parent(s): 275dd29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ class BasicAgent:
92
  )
93
 
94
  # search_tool,
95
- self.agent = OpenAIAgent.from_tools([ingredient_tool, log_thought_tool, sum_list_tool], llm=llm, verbose=True)
96
 
97
  # Client OpenAI per chiamate esterne (immagini/audio)
98
 
 
92
  )
93
 
94
  # search_tool,
95
+ self.agent = OpenAIAgent.from_tools([ingredient_tool, log_thought_tool, search_tool, sum_list_tool], llm=llm, verbose=True)
96
 
97
  # Client OpenAI per chiamate esterne (immagini/audio)
98