eaglelandsonce commited on
Commit
d275470
1 Parent(s): b040591

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -62,7 +62,7 @@ def crewai_process(research_topic):
62
  allow_delegation=False,
63
  llm = gemini_llm,
64
  tools=[
65
- MixtralSearchTools.mixtral_cazy
66
 
67
  ]
68
 
@@ -168,26 +168,26 @@ def crewai_process(research_topic):
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. 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. 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. Use Mixtral
185
  """,
186
  agent=Michael
187
  )
188
  task10 = Task(
189
  description=f"""Offer sound advice for coping with topic {research_topic} address specific issues brought up in the
190
- group discussion. Give a 3 paragraph summary of the group therapy session.
191
  """,
192
  agent=Lisa
193
  )
 
62
  allow_delegation=False,
63
  llm = gemini_llm,
64
  tools=[
65
+ MixtralSearchTools.mixtral_crazy
66
 
67
  ]
68
 
 
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
  )
188
  task10 = Task(
189
  description=f"""Offer sound advice for coping with topic {research_topic} address specific issues brought up in the
190
+ group discussion search the web suing Gemini if needed. Give a 3 paragraph summary of the group therapy session.
191
  """,
192
  agent=Lisa
193
  )