diff --git a/README.md b/README.md index d916d3d0ea..af021d4b2c 100644 --- a/README.md +++ b/README.md @@ -250,7 +250,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"}, ) ```