voidKaustubh commited on
Commit
86a3e55
·
verified ·
1 Parent(s): 8451217

update app.py --added my tools into tools=[]

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ with open("prompts.yaml", 'r') as stream:
63
 
64
  agent = CodeAgent(
65
  model=model,
66
- tools=[final_answer], ## add your tools here (don't remove final answer)
67
  max_steps=6,
68
  verbosity_level=1,
69
  grammar=None,
 
63
 
64
  agent = CodeAgent(
65
  model=model,
66
+ tools=[final_answer, get_trending_articles, get_current_time_in_timezone,], ## add your tools here (don't remove final answer)
67
  max_steps=6,
68
  verbosity_level=1,
69
  grammar=None,