GattoNero commited on
Commit
af70c99
·
verified ·
1 Parent(s): 305b242

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -99,9 +99,9 @@ class BasicAgent:
99
  api_key=openai_api_key
100
  )
101
 
102
- #is_food_tool,
103
  self.agent = OpenAIAgent.from_tools(
104
- tools = [ingredient_tool, log_thought_tool, sum_list_tool, search_tool, final_answer],
105
  llm = llm,
106
  verbose = True,
107
  max_steps=30
 
99
  api_key=openai_api_key
100
  )
101
 
102
+
103
  self.agent = OpenAIAgent.from_tools(
104
+ tools = [ingredient_tool, log_thought_tool, sum_list_tool, search_tool, is_food_tool, final_answer],
105
  llm = llm,
106
  verbose = True,
107
  max_steps=30