Coool2 commited on
Commit
631b166
·
1 Parent(s): 671c833

Update agent2.py

Browse files
Files changed (1) hide show
  1. agent2.py +1 -1
agent2.py CHANGED
@@ -285,7 +285,7 @@ Your final answer should be as few words as possible, a number, or a comma-separ
285
  planning_interval=3,
286
  additional_authorized_imports=["helium", "requests", "BeautifulSoup", "json"],
287
  step_callbacks=[save_screenshot_callback] if self.driver else [],
288
- max_steps=10,
289
  description=self.system_prompt,
290
  verbosity_level=2,
291
  )
 
285
  planning_interval=3,
286
  additional_authorized_imports=["helium", "requests", "BeautifulSoup", "json"],
287
  step_callbacks=[save_screenshot_callback] if self.driver else [],
288
+ max_steps=5,
289
  description=self.system_prompt,
290
  verbosity_level=2,
291
  )