@@ -326,11 +326,11 @@ def create_and_run(
326326 and all GPT-3.5 Turbo models since `gpt-3.5-turbo-1106`.
327327
328328 Setting to `{ "type": "json_schema", "json_schema": {...} }` enables Structured
329- Outputs which guarantees the model will match your supplied JSON schema. Learn
330- more in the
329+ Outputs which ensures the model will match your supplied JSON schema. Learn more
330+ in the
331331 [Structured Outputs guide](https://platform.openai.com/docs/guides/structured-outputs).
332332
333- Setting to `{ "type": "json_object" }` enables JSON mode, which guarantees the
333+ Setting to `{ "type": "json_object" }` enables JSON mode, which ensures the
334334 message the model generates is valid JSON.
335335
336336 **Important:** when using JSON mode, you **must** also instruct the model to
@@ -460,11 +460,11 @@ def create_and_run(
460460 and all GPT-3.5 Turbo models since `gpt-3.5-turbo-1106`.
461461
462462 Setting to `{ "type": "json_schema", "json_schema": {...} }` enables Structured
463- Outputs which guarantees the model will match your supplied JSON schema. Learn
464- more in the
463+ Outputs which ensures the model will match your supplied JSON schema. Learn more
464+ in the
465465 [Structured Outputs guide](https://platform.openai.com/docs/guides/structured-outputs).
466466
467- Setting to `{ "type": "json_object" }` enables JSON mode, which guarantees the
467+ Setting to `{ "type": "json_object" }` enables JSON mode, which ensures the
468468 message the model generates is valid JSON.
469469
470470 **Important:** when using JSON mode, you **must** also instruct the model to
@@ -590,11 +590,11 @@ def create_and_run(
590590 and all GPT-3.5 Turbo models since `gpt-3.5-turbo-1106`.
591591
592592 Setting to `{ "type": "json_schema", "json_schema": {...} }` enables Structured
593- Outputs which guarantees the model will match your supplied JSON schema. Learn
594- more in the
593+ Outputs which ensures the model will match your supplied JSON schema. Learn more
594+ in the
595595 [Structured Outputs guide](https://platform.openai.com/docs/guides/structured-outputs).
596596
597- Setting to `{ "type": "json_object" }` enables JSON mode, which guarantees the
597+ Setting to `{ "type": "json_object" }` enables JSON mode, which ensures the
598598 message the model generates is valid JSON.
599599
600600 **Important:** when using JSON mode, you **must** also instruct the model to
@@ -980,11 +980,11 @@ async def create_and_run(
980980 and all GPT-3.5 Turbo models since `gpt-3.5-turbo-1106`.
981981
982982 Setting to `{ "type": "json_schema", "json_schema": {...} }` enables Structured
983- Outputs which guarantees the model will match your supplied JSON schema. Learn
984- more in the
983+ Outputs which ensures the model will match your supplied JSON schema. Learn more
984+ in the
985985 [Structured Outputs guide](https://platform.openai.com/docs/guides/structured-outputs).
986986
987- Setting to `{ "type": "json_object" }` enables JSON mode, which guarantees the
987+ Setting to `{ "type": "json_object" }` enables JSON mode, which ensures the
988988 message the model generates is valid JSON.
989989
990990 **Important:** when using JSON mode, you **must** also instruct the model to
@@ -1114,11 +1114,11 @@ async def create_and_run(
11141114 and all GPT-3.5 Turbo models since `gpt-3.5-turbo-1106`.
11151115
11161116 Setting to `{ "type": "json_schema", "json_schema": {...} }` enables Structured
1117- Outputs which guarantees the model will match your supplied JSON schema. Learn
1118- more in the
1117+ Outputs which ensures the model will match your supplied JSON schema. Learn more
1118+ in the
11191119 [Structured Outputs guide](https://platform.openai.com/docs/guides/structured-outputs).
11201120
1121- Setting to `{ "type": "json_object" }` enables JSON mode, which guarantees the
1121+ Setting to `{ "type": "json_object" }` enables JSON mode, which ensures the
11221122 message the model generates is valid JSON.
11231123
11241124 **Important:** when using JSON mode, you **must** also instruct the model to
@@ -1244,11 +1244,11 @@ async def create_and_run(
12441244 and all GPT-3.5 Turbo models since `gpt-3.5-turbo-1106`.
12451245
12461246 Setting to `{ "type": "json_schema", "json_schema": {...} }` enables Structured
1247- Outputs which guarantees the model will match your supplied JSON schema. Learn
1248- more in the
1247+ Outputs which ensures the model will match your supplied JSON schema. Learn more
1248+ in the
12491249 [Structured Outputs guide](https://platform.openai.com/docs/guides/structured-outputs).
12501250
1251- Setting to `{ "type": "json_object" }` enables JSON mode, which guarantees the
1251+ Setting to `{ "type": "json_object" }` enables JSON mode, which ensures the
12521252 message the model generates is valid JSON.
12531253
12541254 **Important:** when using JSON mode, you **must** also instruct the model to
0 commit comments