From e5a6bcb2cde7641ddbe7c677225b5bf55ab1058c Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Tue, 28 Nov 2023 05:26:54 +0000 Subject: [PATCH] docs: update readme code snippet --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}, ) ```