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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -90,9 +90,9 @@ class BasicAgent:
90
  temperature=0.0,
91
  api_key=openai_api_key
92
  )
93
-
94
- # Prepara l'agente
95
- self.agent = OpenAIAgent.from_tools([ingredient_tool, search_tool, log_thought_tool, sum_list_tool], llm=llm, verbose=True)
96
 
97
  # Client OpenAI per chiamate esterne (immagini/audio)
98
 
 
90
  temperature=0.0,
91
  api_key=openai_api_key
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