Spoon-assassin commited on
Commit
22367cc
·
verified ·
1 Parent(s): 0627a44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ with open("prompts.yaml", 'r') as stream:
147
 
148
  agent = CodeAgent(
149
  model=model,
150
- tools=[final_answer, get_current_time_in_timezone], ## add your tools here (don't remove final answer)
151
  max_steps=6,
152
  verbosity_level=1,
153
  grammar=None,
 
147
 
148
  agent = CodeAgent(
149
  model=model,
150
+ tools=[final_answer, get_current_time_in_timezone, get_weather_forecast], ## add your tools here (don't remove final answer)
151
  max_steps=6,
152
  verbosity_level=1,
153
  grammar=None,