eaglelandsonce commited on
Commit
a250386
·
verified ·
1 Parent(s): 2701058

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=False,
55
  llm = gemini_llm
56
 
57
  )
@@ -152,7 +152,7 @@ def crewai_process(research_topic):
152
  )
153
 
154
  task3 = Task(
155
- description="""Add a two sentence poem to the end of the author story emphasizing the moral of the story created by the author. Output the author story and the editor additon together as one story.
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
  )