Davide11 commited on
Commit
89357c5
·
verified ·
1 Parent(s): 6407b02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ agent = CodeAgent(
62
  get_current_time_in_timezone,
63
  DuckDuckGoSearchTool(),
64
  image_generation_tool
65
- ]
66
  max_steps=6,
67
  verbosity_level=1,
68
  grammar=None,
 
62
  get_current_time_in_timezone,
63
  DuckDuckGoSearchTool(),
64
  image_generation_tool
65
+ ],
66
  max_steps=6,
67
  verbosity_level=1,
68
  grammar=None,