mohammadKa143 commited on
Commit
2f6b955
·
verified ·
1 Parent(s): 16a5a24

Update app.py

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