Srfacehug commited on
Commit
11a7696
·
verified ·
1 Parent(s): b9bc3d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ with open("prompts.yaml", 'r') as stream:
57
 
58
  agent = CodeAgent(
59
  model=model,
60
- tools=[my_custom_tool, get_current_time_in_timezone, get_weather,final_answer] ## add your tools here (don't remove final answer)
61
  max_steps=6,
62
  verbosity_level=1,
63
  grammar=None,
 
57
 
58
  agent = CodeAgent(
59
  model=model,
60
+ tools=[my_custom_tool, get_current_time_in_timezone, get_weather, final_answer], ## add your tools here (don't remove final answer
61
  max_steps=6,
62
  verbosity_level=1,
63
  grammar=None,