xinquanust commited on
Commit
1bfdf45
·
verified ·
1 Parent(s): 8883ffd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ agent = CodeAgent(
58
  final_answer,
59
  get_current_time_in_timezone
60
  # 还可以添加 DuckDuckGoSearchTool()
61
- ]
62
  max_steps=6,
63
  verbosity_level=1,
64
  grammar=None,
 
58
  final_answer,
59
  get_current_time_in_timezone
60
  # 还可以添加 DuckDuckGoSearchTool()
61
+ ],
62
  max_steps=6,
63
  verbosity_level=1,
64
  grammar=None,