emilio-ih commited on
Commit
af5f0f9
·
verified ·
1 Parent(s): a461695

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ with open("prompts.yaml", 'r') as stream:
79
 
80
  agent = CodeAgent(
81
  model=model,
82
- tools=[final_answer,image_generation_tool,get_city_coordinates,DuckDuckGoSearchTool], ## add your tools here (don't remove final answer)
83
  max_steps=6,
84
  verbosity_level=1,
85
  grammar=None,
 
79
 
80
  agent = CodeAgent(
81
  model=model,
82
+ tools=[final_answer,image_generation_tool,get_city_coordinates,DuckDuckGoSearchTool()], ## add your tools here (don't remove final answer)
83
  max_steps=6,
84
  verbosity_level=1,
85
  grammar=None,