eaglelandsonce commited on
Commit
fee7ec0
·
verified ·
1 Parent(s): cdcb8bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -1
app.py CHANGED
@@ -137,12 +137,19 @@ def crewai_process(research_topic):
137
  description="""create a rhyming version of the story created by the author""",
138
  agent=reader
139
  )
 
140
  task5 = Task(
141
  description="""output both the story created by the author and the poem created by the poet,
142
  make sure you label the story and the poem so you can tell them apart, name the story and poem appropriately """,
143
  agent=finalizer
144
  )
145
-
 
 
 
 
 
 
146
 
147
  # Instantiate your crew with a sequential process
148
  crew = Crew(
 
137
  description="""create a rhyming version of the story created by the author""",
138
  agent=reader
139
  )
140
+ '''
141
  task5 = Task(
142
  description="""output both the story created by the author and the poem created by the poet,
143
  make sure you label the story and the poem so you can tell them apart, name the story and poem appropriately """,
144
  agent=finalizer
145
  )
146
+ '''
147
+ task5 = Task(
148
+ description="""output both the story created by the author,
149
+ make sure you label the story and name the story appropriately """,
150
+ agent=finalizer
151
+ )
152
+
153
 
154
  # Instantiate your crew with a sequential process
155
  crew = Crew(