Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -358,7 +358,7 @@ Respond with the JSON object only."""
|
|
| 358 |
"https://api.sarvam.ai/v1/chat/completions",
|
| 359 |
headers={"api-subscription-key": SARVAM_API_KEY, "Content-Type": "application/json"},
|
| 360 |
json={
|
| 361 |
-
"model": "sarvam-
|
| 362 |
"messages": [{"role": "user", "content": prompt}],
|
| 363 |
"max_tokens": 2048,
|
| 364 |
"temperature": 0
|
|
|
|
| 358 |
"https://api.sarvam.ai/v1/chat/completions",
|
| 359 |
headers={"api-subscription-key": SARVAM_API_KEY, "Content-Type": "application/json"},
|
| 360 |
json={
|
| 361 |
+
"model": "sarvam-30b",
|
| 362 |
"messages": [{"role": "user", "content": prompt}],
|
| 363 |
"max_tokens": 2048,
|
| 364 |
"temperature": 0
|