eaglelandsonce
commited on
Commit
•
dd37441
1
Parent(s):
0423b9f
Update app.py
Browse files
app.py
CHANGED
@@ -146,7 +146,7 @@ def crewai_process(research_topic):
|
|
146 |
""",
|
147 |
agent=Michael
|
148 |
)
|
149 |
-
|
150 |
description=f"""Discuss the {research_topic} from your backstory perspective.
|
151 |
Use Gemini, Mixtral or Zephyr what ever is appropriate.
|
152 |
""",
|
|
|
146 |
""",
|
147 |
agent=Michael
|
148 |
)
|
149 |
+
task5 = Task(
|
150 |
description=f"""Discuss the {research_topic} from your backstory perspective.
|
151 |
Use Gemini, Mixtral or Zephyr what ever is appropriate.
|
152 |
""",
|