dromerosm commited on
Commit
4dd415f
·
verified ·
1 Parent(s): f53cb24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=groq_llm_8b, # 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. "
 
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. "