Ragai1 commited on
Commit
37c95d7
·
verified ·
1 Parent(s): 6e7fdba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ with open("prompts.yaml", 'r') as stream:
94
 
95
  agent = CodeAgent(
96
  model=model,
97
- tools=[final_answer, get_current_time_in_timezone, suggest_top_5_movies_by_mood, DuckDuckGoSearchTool], ## add your tools here (don't remove final answer)
98
  max_steps=6,
99
  verbosity_level=1,
100
  grammar=None,
 
94
 
95
  agent = CodeAgent(
96
  model=model,
97
+ tools=[final_answer, get_current_time_in_timezone, suggest_top_5_movies_by_mood], ## add your tools here (don't remove final answer)
98
  max_steps=6,
99
  verbosity_level=1,
100
  grammar=None,