eaglelandsonce commited on
Commit
9854ef5
1 Parent(s): d275470

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -7
app.py CHANGED
@@ -161,27 +161,24 @@ def crewai_process(research_topic):
161
  )
162
 
163
  task6 = Task(
164
- description=f"""Discuss the topic of {research_topic} and how you struggle with the topic. Use Mixtral
165
  """,
166
  agent=Emily
167
  )
168
 
169
  task7 = Task(
170
- description=f"""Continue the discussion adding to the previous conversaion of the topic {research_topic}
171
- and you are struggling with the topic. Use Mixtral.
172
  """,
173
  agent=David
174
  )
175
 
176
  task8 = Task(
177
- description=f"""Continue the discussion adding to the previous conversaion of the topic {research_topic}
178
- and you are struggling with the topic. Use Mixtral.
179
  """,
180
  agent=Sarah
181
  )
182
  task9 = Task(
183
- description=f"""Continue the discussion adding to the previous conversaion of the topic {research_topic}
184
- and you are struggling with the topic. Use Mixtral.
185
  """,
186
  agent=Michael
187
  )
 
161
  )
162
 
163
  task6 = Task(
164
+ description=f"""Continue the discussion and Use Mixtral to gain knowledge of {research_topic} and how it applies to you.
165
  """,
166
  agent=Emily
167
  )
168
 
169
  task7 = Task(
170
+ description=f"""Continue the discussion and Use Mixtral to gain knowledge of {research_topic} and how it applies to you.
 
171
  """,
172
  agent=David
173
  )
174
 
175
  task8 = Task(
176
+ description=f"""Continue the discussion and Use Mixtral to gain knowledge of {research_topic} and how it applies to you.
 
177
  """,
178
  agent=Sarah
179
  )
180
  task9 = Task(
181
+ description=f"""Continue the discussion and Use Mixtral to gain knowledge of {research_topic} and how it applies to you.
 
182
  """,
183
  agent=Michael
184
  )