riu-rd commited on
Commit
fbee882
·
verified ·
1 Parent(s): c3f8a7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ with open("prompts.yaml", 'r') as stream:
108
 
109
  agent = CodeAgent(
110
  model=model,
111
- tools=[final_answer, get_stock_signal, image_generation_tool, get_current_time_in_timezone, search_tool], ## add your tools here (don't remove final answer)
112
  max_steps=6,
113
  verbosity_level=1,
114
  grammar=None,
 
108
 
109
  agent = CodeAgent(
110
  model=model,
111
+ tools=[final_answer, get_stock_signal, image_generation_tool, get_current_time_in_timezone], ## add your tools here (don't remove final answer)
112
  max_steps=6,
113
  verbosity_level=1,
114
  grammar=None,