mohammadKa143 commited on
Commit
b823149
·
verified ·
1 Parent(s): d0281af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -200,7 +200,7 @@ with open("prompts.yaml", 'r') as stream:
200
 
201
  agent = CodeAgent(
202
  model=gemini_model,
203
- tools=[final_answer,get_current_time_in_timezone, search_tool, web_visit], ## add your tools here (don't remove final answer)
204
  max_steps=6,
205
  verbosity_level=1,
206
  grammar=None,
 
200
 
201
  agent = CodeAgent(
202
  model=gemini_model,
203
+ tools=[final_answer,get_current_time_in_timezone, search_tool, web_visit, image_generation_tool], ## add your tools here (don't remove final answer)
204
  max_steps=6,
205
  verbosity_level=1,
206
  grammar=None,