Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ def kickoff_crew(topic: str) -> dict:
|
|
60 |
role='Researcher',
|
61 |
goal='Collect detailed information on {topic}',
|
62 |
tools=[search, search_results, web_scrapper],
|
63 |
-
llm=
|
64 |
backstory=(
|
65 |
"As a diligent researcher, you explore the depths of the internet to "
|
66 |
"unearth crucial information and insights on the assigned topics. "
|
|
|
60 |
role='Researcher',
|
61 |
goal='Collect detailed information on {topic}',
|
62 |
tools=[search, search_results, web_scrapper],
|
63 |
+
llm=groq_llm_70b, # Assigning the Groq LLM here
|
64 |
backstory=(
|
65 |
"As a diligent researcher, you explore the depths of the internet to "
|
66 |
"unearth crucial information and insights on the assigned topics. "
|