shanezhou24 commited on
Commit
7461f25
·
1 Parent(s): ad2a667

Increase max_steps in run_and_submit_all function from 3 to 6 to enhance tool execution capabilities.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
79
  DuckDuckGoSearchTool(),
80
  VisitWebpageTool(),
81
  ], ## add or remove tools here
82
- max_steps=3,
83
  verbosity_level=1,
84
  grammar=None,
85
  planning_interval=None,
 
79
  DuckDuckGoSearchTool(),
80
  VisitWebpageTool(),
81
  ], ## add or remove tools here
82
+ max_steps=6,
83
  verbosity_level=1,
84
  grammar=None,
85
  planning_interval=None,