eaglelandsonce
commited on
Commit
•
e71d259
1
Parent(s):
910e891
Update app.py
Browse files
app.py
CHANGED
@@ -184,7 +184,7 @@ def crewai_process(research_topic):
|
|
184 |
|
185 |
# Instantiate your crew with a sequential process
|
186 |
crew = Crew(
|
187 |
-
agents=[author, editor
|
188 |
tasks=[task1, task3],
|
189 |
process=Process.sequential
|
190 |
)
|
|
|
184 |
|
185 |
# Instantiate your crew with a sequential process
|
186 |
crew = Crew(
|
187 |
+
agents=[author, editor],
|
188 |
tasks=[task1, task3],
|
189 |
process=Process.sequential
|
190 |
)
|