Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def crewai_process(research_topic):
|
|
51 |
After completing your degree in English Literature, you spent several years working in a small, independent publishing
|
52 |
house where you honed my skills in identifying and nurturing literary talent. """,
|
53 |
verbose=True,
|
54 |
-
allow_delegation=
|
55 |
llm = gemini_llm
|
56 |
|
57 |
)
|
@@ -152,7 +152,7 @@ def crewai_process(research_topic):
|
|
152 |
)
|
153 |
|
154 |
task3 = Task(
|
155 |
-
description="""
|
156 |
""",
|
157 |
agent=editor
|
158 |
)
|
|
|
51 |
After completing your degree in English Literature, you spent several years working in a small, independent publishing
|
52 |
house where you honed my skills in identifying and nurturing literary talent. """,
|
53 |
verbose=True,
|
54 |
+
allow_delegation=True,
|
55 |
llm = gemini_llm
|
56 |
|
57 |
)
|
|
|
152 |
)
|
153 |
|
154 |
task3 = Task(
|
155 |
+
description="""Output the 7 parts of the story created by author and add a two sentence poem emphasizing the Moral of the story.
|
156 |
""",
|
157 |
agent=editor
|
158 |
)
|