Chris4K commited on
Commit
1523aba
1 Parent(s): 874d563

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -35,7 +35,7 @@ researcher = Agent(
35
  verbose=True,
36
  allow_delegation=False,
37
  tools=[search_tool],
38
- max_execution_time=10,
39
  max_iter=25, # Optional
40
  max_rpm=20, # Optional
41
  llm=llm_zephyr_7b_beta
@@ -58,7 +58,7 @@ writer = Agent(
58
  backstory="""You are a renowned Content Strategist, known for your insightful and engaging articles.
59
  You transform complex concepts into compelling narratives.""",
60
  verbose=True,
61
- max_execution_time=5,
62
  max_iter=15, # Optional
63
  max_rpm=20, # Optional
64
  allow_delegation=True,
 
35
  verbose=True,
36
  allow_delegation=False,
37
  tools=[search_tool],
38
+ max_execution_time=60,
39
  max_iter=25, # Optional
40
  max_rpm=20, # Optional
41
  llm=llm_zephyr_7b_beta
 
58
  backstory="""You are a renowned Content Strategist, known for your insightful and engaging articles.
59
  You transform complex concepts into compelling narratives.""",
60
  verbose=True,
61
+ max_execution_time=65,
62
  max_iter=15, # Optional
63
  max_rpm=20, # Optional
64
  allow_delegation=True,