dromerosm commited on
Commit
b68285a
·
verified ·
1 Parent(s): f1f7dd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ def kickoff_crew(topic: str, model_choice: str) -> str:
93
  try:
94
 
95
  # Initialize the large language models based on user selection
96
- groq_llm = ChatGroq(temperature=0, groq_api_key=groq_api_key, model_name=model_choice)
97
 
98
  # Define Agents with Groq LLM
99
  researcher = Agent(
 
93
  try:
94
 
95
  # Initialize the large language models based on user selection
96
+ groq_llm = ChatGroq(temperature=0, groq_api_key=groq_api_key, model_name="groq/" + model_choice)
97
 
98
  # Define Agents with Groq LLM
99
  researcher = Agent(