eaglelandsonce commited on
Commit
0725766
1 Parent(s): cecfa91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -119,30 +119,30 @@ def crewai_process(research_topic):
119
 
120
  # Create tasks for your agents
121
  task1 = Task(
122
- description=f"""Discuss the {research_topic} from your backstory perspective. Use Mixtral
123
  """,
124
  agent=Emily
125
  )
126
 
127
  task2 = Task(
128
- description=f"""Discuss the {research_topic} from your backstory perspective. Use Zephyr
129
  """,
130
  agent=David
131
  )
132
 
133
  task3 = Task(
134
- description=f"""Discuss the {research_topic} from your backstory perspective. Use Mixtral
135
  """,
136
  agent=Sarah
137
  )
138
  task4 = Task(
139
- description=f"""Discuss the {research_topic} from your backstory perspective. Use Zephyr
140
  """,
141
  agent=Michael
142
  )
143
  task5 = Task(
144
- description=f"""Discuss the {research_topic} from your backstory perspective.
145
- Use Gemini, Mixtral or Zephyr what ever is appropriate.
146
  """,
147
  agent=Lisa
148
  )
 
119
 
120
  # Create tasks for your agents
121
  task1 = Task(
122
+ description=f"""Discuss the {research_topic}. Use Mixtral
123
  """,
124
  agent=Emily
125
  )
126
 
127
  task2 = Task(
128
+ description=f"""Discuss the {research_topic}. Use Mixtral
129
  """,
130
  agent=David
131
  )
132
 
133
  task3 = Task(
134
+ description=f"""Discuss the {research_topic} . Use Mixtral
135
  """,
136
  agent=Sarah
137
  )
138
  task4 = Task(
139
+ description=f"""Discuss the {research_topic}. Use Mixtral
140
  """,
141
  agent=Michael
142
  )
143
  task5 = Task(
144
+ description=f"""Discuss the {research_topic}.
145
+ Use Mixtral.
146
  """,
147
  agent=Lisa
148
  )