Edenbaba commited on
Commit
fefb311
·
verified ·
1 Parent(s): ad0f941

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -134,7 +134,7 @@ with open("prompts.yaml", 'r') as stream:
134
 
135
  agent = CodeAgent(
136
  model=model,
137
- tools=[final_answer, my_custom_tool, get_current_time_in_timezone, web_search, visit_webpage, search_tool,
138
  python_tool, image_generation_tool, image_generation_tool2,
139
  suggest_menu, catering_service_tool, SuperheroPartyThemeTool()], ## add your tools here (don't remove final answer)
140
  max_steps=10,
 
134
 
135
  agent = CodeAgent(
136
  model=model,
137
+ tools=[final_answer, my_custom_tool, get_current_time_in_timezone, web_search, visit_webpage,
138
  python_tool, image_generation_tool, image_generation_tool2,
139
  suggest_menu, catering_service_tool, SuperheroPartyThemeTool()], ## add your tools here (don't remove final answer)
140
  max_steps=10,