38saidul commited on
Commit
08e99ea
·
verified ·
1 Parent(s): 3910876

updated tool calls

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