Skip to content

Commit e141837

Browse files
docs: update readme code snippet (#890)
1 parent 339a7c8 commit e141837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ completion = client.chat.completions.create(
250250
"content": "Can you generate an example json object describing a fruit?",
251251
}
252252
],
253-
model="gpt-3.5-turbo",
253+
model="gpt-3.5-turbo-1106",
254254
response_format={"type": "json_object"},
255255
)
256256
```

0 commit comments

Comments
 (0)