eaglelandsonce
commited on
Commit
•
a0baf1a
1
Parent(s):
ae0888f
Update app.py
Browse files
app.py
CHANGED
@@ -182,7 +182,7 @@ def crewai_process(research_topic):
|
|
182 |
|
183 |
# Instantiate your crew with a sequential process
|
184 |
crew = Crew(
|
185 |
-
agents=[author,
|
186 |
tasks=[task1, task5],
|
187 |
process=Process.sequential
|
188 |
)
|
|
|
182 |
|
183 |
# Instantiate your crew with a sequential process
|
184 |
crew = Crew(
|
185 |
+
agents=[author, poet],
|
186 |
tasks=[task1, task5],
|
187 |
process=Process.sequential
|
188 |
)
|