Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ headers = {"Authorization": f"Bearer {groq_api_key}"}
|
|
15 |
# Function to interact with Groq API
|
16 |
def chat_with_groq(user_input):
|
17 |
body = {
|
18 |
-
"model": "
|
19 |
"messages": [{"role": "user", "content": user_input}]
|
20 |
}
|
21 |
|
|
|
15 |
# Function to interact with Groq API
|
16 |
def chat_with_groq(user_input):
|
17 |
body = {
|
18 |
+
"model": "deepseek-r1-distill-qwen-32b",
|
19 |
"messages": [{"role": "user", "content": user_input}]
|
20 |
}
|
21 |
|