Chris4K commited on
Commit
364f5be
1 Parent(s): 537de2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -35,8 +35,8 @@ researcher = Agent(
35
  verbose=True,
36
  allow_delegation=False,
37
  tools=[search_tool],
38
- max_execution_time=5,
39
- max_iter=15, # Optional
40
  max_rpm=None, # Optional
41
  llm=llm_zephyr_7b_beta
42
  # You can pass an optional llm attribute specifying what mode you wanna use.
 
35
  verbose=True,
36
  allow_delegation=False,
37
  tools=[search_tool],
38
+ max_execution_time=10,
39
+ max_iter=25, # Optional
40
  max_rpm=None, # Optional
41
  llm=llm_zephyr_7b_beta
42
  # You can pass an optional llm attribute specifying what mode you wanna use.