GattoNero commited on
Commit
bb6310c
·
verified ·
1 Parent(s): 5b4600f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ class BasicAgent:
87
  )
88
 
89
  # Prepara l'agente
90
- self.agent = OpenAIAgent.from_tools([ingredient_tool, search_tool, log_thought_tool, add_floats_tool], llm=llm, verbose=True)
91
 
92
  # Client OpenAI per chiamate esterne (immagini/audio)
93
 
 
87
  )
88
 
89
  # Prepara l'agente
90
+ self.agent = OpenAIAgent.from_tools([ingredient_tool, search_tool, log_thought_tool], llm=llm, verbose=True)
91
 
92
  # Client OpenAI per chiamate esterne (immagini/audio)
93