Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8c59210

Browse filesBrowse files
committed
docs: Fix typo
1 parent 399fa1e commit 8c59210
Copy full SHA for 8c59210

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.