Commit 9c8789c2

Stainless Bot <107565488+stainless-bot@users.noreply.github.com>
2023-11-28 13:26:59
docs: update readme code snippet (#890)
1 parent dad2b56
Changed files (1)
README.md
@@ -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"},
 )
 ```