hamidaskarov commited on
Commit
5cde1d9
·
verified ·
1 Parent(s): 645da03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ with open("prompts.yaml", 'r') as stream:
60
 
61
  agent = CodeAgent(
62
  model=model,
63
- tools=[get_weather_in_location,DuckDuckGoSearchTool(), image_generation_tool(), get_current_time_in_timezone, final_answer], ## add your tools here (don't remove final answer)
64
  max_steps=6,
65
  verbosity_level=1,
66
  grammar=None,
 
60
 
61
  agent = CodeAgent(
62
  model=model,
63
+ tools=[get_weather_in_location,DuckDuckGoSearchTool(), image_generation_tool, get_current_time_in_timezone, final_answer], ## add your tools here (don't remove final answer)
64
  max_steps=6,
65
  verbosity_level=1,
66
  grammar=None,