Jobfromearth commited on
Commit
3f998fe
·
verified ·
1 Parent(s): a401474

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ with open("prompts.yaml", 'r') as stream:
93
 
94
  agent = CodeAgent(
95
  model=model,
96
- tools=[final_answer, search_tool, image_generation_tool, hacker_news, hacker_news, custom], ## add your tools here (don't remove final answer)
97
  max_steps=6,
98
  verbosity_level=1,
99
  grammar=None,
 
93
 
94
  agent = CodeAgent(
95
  model=model,
96
+ tools=[final_answer, search_tool, image_generation_tool, hacker_news, get_time, custom], ## add your tools here (don't remove final answer)
97
  max_steps=6,
98
  verbosity_level=1,
99
  grammar=None,