dromerosm commited on
Commit
531af83
·
verified ·
1 Parent(s): a61c9c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -110,7 +110,8 @@ def kickoff_crew(topic: str) -> dict:
110
  "With a strategic approach, you carefully analyze and document data, aiming to provide accurate and trustworthy results."
111
  ),
112
  allow_delegation=False,
113
- max_iter=5,
 
114
  verbose=True
115
  )
116
 
@@ -125,7 +126,8 @@ def kickoff_crew(topic: str) -> dict:
125
  "but is also easily understandable and appealing to diverse audiences. "
126
  ),
127
  allow_delegation=False,
128
- max_iter=2,
 
129
  verbose=True
130
  )
131
 
 
110
  "With a strategic approach, you carefully analyze and document data, aiming to provide accurate and trustworthy results."
111
  ),
112
  allow_delegation=False,
113
+ max_iter=15,
114
+ max_rpm=20,
115
  verbose=True
116
  )
117
 
 
126
  "but is also easily understandable and appealing to diverse audiences. "
127
  ),
128
  allow_delegation=False,
129
+ max_iter=5,
130
+ max_rpm=15,
131
  verbose=True
132
  )
133