flamingo44333 commited on
Commit
988fce5
·
verified ·
1 Parent(s): be86c16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ agent = CodeAgent(
66
  model=model,
67
  tools=[get_current_time_in_timezone,
68
  my_custom_tool,
69
- DuckDuckGoSearchTool()
70
  final_answer], ## add your tools here (don't remove final answer)
71
  max_steps=6,
72
  verbosity_level=1,
 
66
  model=model,
67
  tools=[get_current_time_in_timezone,
68
  my_custom_tool,
69
+ DuckDuckGoSearchTool(),
70
  final_answer], ## add your tools here (don't remove final answer)
71
  max_steps=6,
72
  verbosity_level=1,