Aakash010 commited on
Commit
2438d70
·
verified ·
1 Parent(s): 507fc2d

Update app.py

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