kenza-ily commited on
Commit
0402a30
·
verified ·
1 Parent(s): ad0bc35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ with open("prompts.yaml", 'r') as stream:
77
 
78
  agent = CodeAgent(
79
  model=model,
80
- tools=[final_answer], ## add your tools here (don't remove final answer)
81
  max_steps=6,
82
  verbosity_level=1,
83
  grammar=None,
 
77
 
78
  agent = CodeAgent(
79
  model=model,
80
+ tools=[final_answer, get_current_time_in_timezone, my_custom_tool, weather_tool], ## add your tools here (don't remove final answer)
81
  max_steps=6,
82
  verbosity_level=1,
83
  grammar=None,