Skip to content

Commit

Permalink
docs: update readme code snippet (#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Nov 28, 2023
1 parent 69e0549 commit c522f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ completion = client.chat.completions.create(
"content": "Can you generate an example json object describing a fruit?",
}
],
model="gpt-3.5-turbo",
model="gpt-3.5-turbo-1106",
response_format={"type": "json_object"},
)
```
Expand Down

0 comments on commit c522f21

Please sign in to comment.