xenchai commited on
Commit
ad4346c
·
verified ·
1 Parent(s): 1ca752d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ with open("prompts.yaml", 'r') as stream:
56
  # It is important to keep final_answer as part of the tools.
57
  agent = CodeAgent(
58
  model=model,
59
- tools=[final_answer, my_custom_tool, get_current_time_in_timezone, image_generation_tool,get_search_result],
60
  max_steps=6,
61
  verbosity_level=1,
62
  grammar=None,
 
56
  # It is important to keep final_answer as part of the tools.
57
  agent = CodeAgent(
58
  model=model,
59
+ tools=[final_answer, get_current_time_in_timezone, image_generation_tool,get_search_result],
60
  max_steps=6,
61
  verbosity_level=1,
62
  grammar=None,