Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -356,7 +356,7 @@ Respond with the JSON object only."""
|
|
| 356 |
response = client.chat.completions(
|
| 357 |
model="sarvam-105b",
|
| 358 |
messages=[{"role": "user", "content": prompt}],
|
| 359 |
-
reasoning_effort=None
|
| 360 |
temperature=0,
|
| 361 |
top_p=1,
|
| 362 |
max_tokens=4096,
|
|
|
|
| 356 |
response = client.chat.completions(
|
| 357 |
model="sarvam-105b",
|
| 358 |
messages=[{"role": "user", "content": prompt}],
|
| 359 |
+
reasoning_effort=None,
|
| 360 |
temperature=0,
|
| 361 |
top_p=1,
|
| 362 |
max_tokens=4096,
|