PrathameshRaut commited on
Commit
2354b99
·
verified ·
1 Parent(s): ecfecce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,