srivatsavdamaraju commited on
Commit
df5dda2
·
verified ·
1 Parent(s): 6f9c56b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def process_data(file, query):
32
 
33
  # Initialize Groq LLM
34
  llm = ChatGroq(
35
- model_name="mixtral-8x7b-32768", # Using a more stable model
36
  api_key=GROQ_API_KEY,
37
  temperature=0
38
  )
 
32
 
33
  # Initialize Groq LLM
34
  llm = ChatGroq(
35
+ model_name="mistral-saba-24b", # Using a more stable model
36
  api_key=GROQ_API_KEY,
37
  temperature=0
38
  )