Chris4K commited on
Commit
537de2d
1 Parent(s): 8d82e66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -58,7 +58,9 @@ 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=1,
 
 
62
  allow_delegation=True,
63
  llm=llm_zephyr_7b_beta
64
  )
 
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=None, # Optional
64
  allow_delegation=True,
65
  llm=llm_zephyr_7b_beta
66
  )