Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8c59210

Browse files
committed
docs: Fix typo
1 parent 399fa1e commit 8c59210

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Chat completion is available through the [`create_chat_completion`](https://llam
220220

221221
If you want to constrain chat responses to only valid JSON or a specific JSON Schema you can use the `response_format` argument to the `create_chat_completion` method.
222222

223-
#### Json Mode
223+
#### JSON Mode
224224

225225
The following example will constrain the response to be valid JSON.
226226

@@ -242,7 +242,7 @@ The following example will constrain the response to be valid JSON.
242242
)
243243
```
244244

245-
#### Json Mode
245+
#### JSON Schema Mode
246246

247247
To constrain the response to a specific JSON Schema, you can use the `schema` property of the `response_format` argument.
248248

0 commit comments

Comments
 (0)