Spaces:
Running
Running
Update app.py
Browse files
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="
|
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
|