VinitT commited on
Commit
ee5b4a7
·
verified ·
1 Parent(s): d6ff276

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ groq_api_key = os.getenv('GROQ_API_KEY')
44
  llm = ChatGroq(
45
  temperature=0.3,
46
  groq_api_key=groq_api_key,
47
- model_name="mixtral-8x7b-32768"
48
  )
49
 
50
  # Initialize embeddings with proper cache directory
 
44
  llm = ChatGroq(
45
  temperature=0.3,
46
  groq_api_key=groq_api_key,
47
+ model_name="qwen-2.5-32b"
48
  )
49
 
50
  # Initialize embeddings with proper cache directory