Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -145,7 +145,7 @@ response2 = client.chat.completions.create(
145
  print("Follow-up response:", response2.choices[0].message.content)
146
  ```
147
 
148
- Refer to API docs here: [sarvam API docs](https://docs.sarvam.ai/api-reference-docs/introduction)
149
 
150
  `reasoning_effort` can take three possible values: `low`, `medium`, and `high` to be consistent with the OpenAI API spec. Setting any of the three values just enables the thinking mode of sarvam-m.
151
 
 
145
  print("Follow-up response:", response2.choices[0].message.content)
146
  ```
147
 
148
+ Refer to API docs here: [sarvam Chat Completions API docs](https://docs.sarvam.ai/api-reference-docs/chat/completions)
149
 
150
  `reasoning_effort` can take three possible values: `low`, `medium`, and `high` to be consistent with the OpenAI API spec. Setting any of the three values just enables the thinking mode of sarvam-m.
151