krrishkh12 commited on
Commit
eaae2dd
·
verified ·
1 Parent(s): b3fbe2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -293,7 +293,7 @@ with open("prompts.yaml", 'r') as stream:
293
 
294
  agent = CodeAgent(
295
  model=model,
296
- tools=[final_answer, get_horoscope], ## add your tools here (don't remove final answer)
297
  max_steps=6,
298
  verbosity_level=1,
299
  grammar=None,
 
293
 
294
  agent = CodeAgent(
295
  model=model,
296
+ tools=[final_answer, get_current_time_in_timezone, get_horoscope, get_date_panchang, get_holidays, get_monthly_festivals], ## add your tools here (don't remove final answer)
297
  max_steps=6,
298
  verbosity_level=1,
299
  grammar=None,