Nonin commited on
Commit
04b5dc7
·
verified ·
1 Parent(s): ecbfa37

Update app.py

Browse files

correct time zone tool

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ with open("prompts.yaml", 'r') as stream:
104
 
105
  agent = CodeAgent(
106
  model=model,
107
- tools=[company_news_sentiment,current_time_zone,final_answer], ## add your tools here (don't remove final answer)
108
  max_steps=6,
109
  verbosity_level=1,
110
  grammar=None,
 
104
 
105
  agent = CodeAgent(
106
  model=model,
107
+ tools=[company_news_sentiment,get_current_time_in_timezone,final_answer], ## add your tools here (don't remove final answer)
108
  max_steps=6,
109
  verbosity_level=1,
110
  grammar=None,