Skip to content

Commit c522f21

Browse files
committed
docs: update readme code snippet (#890)
1 parent 69e0549 commit c522f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ completion = client.chat.completions.create(
252252
"content": "Can you generate an example json object describing a fruit?",
253253
}
254254
],
255-
model="gpt-3.5-turbo",
255+
model="gpt-3.5-turbo-1106",
256256
response_format={"type": "json_object"},
257257
)
258258
```

0 commit comments

Comments
 (0)