Edenbaba commited on
Commit
a67cd53
·
verified ·
1 Parent(s): 6316f3d

Update app.py

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