yinde commited on
Commit
4d15549
·
verified ·
1 Parent(s): 9674732

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ with open("prompts.yaml", 'r') as stream:
125
 
126
  agent = CodeAgent(
127
  model=model,
128
- tools=[DuckDuckGoSearchTool(), simple_object_detection, final_answer], ## add your tools here (don't remove final answer)
129
  max_steps=6,
130
  verbosity_level=1,
131
  grammar=None,
 
125
 
126
  agent = CodeAgent(
127
  model=model,
128
+ tools=[DuckDuckGoSearchTool(), simple_object_detection, get_current_time_in_timezone, final_answer], ## add your tools here (don't remove final answer)
129
  max_steps=6,
130
  verbosity_level=1,
131
  grammar=None,