Vaishu16 commited on
Commit
f72b6eb
·
verified ·
1 Parent(s): 772d3c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ with open("prompts.yaml", 'r') as stream:
73
 
74
  agent = CodeAgent(
75
  model=model,
76
- tools=[final_answer, convert_to_binary, get_current_time_in_timezone, image_generation_tool,duckduckgo_search], ## add your tools here (don't remove final answer)
77
  max_steps=6,
78
  verbosity_level=1,
79
  grammar=None,
 
73
 
74
  agent = CodeAgent(
75
  model=model,
76
+ tools=[final_answer, convert_to_binary, get_current_time_in_timezone, image_generation_tool,DuckDuckGoSearchTool], ## add your tools here (don't remove final answer)
77
  max_steps=6,
78
  verbosity_level=1,
79
  grammar=None,