@@ -335,11 +335,11 @@ def create_and_run(
335335 and all GPT-3.5 Turbo models since `gpt-3.5-turbo-1106`.
336336
337337 Setting to `{ "type": "json_schema", "json_schema": {...} }` enables Structured
338- Outputs which guarantees the model will match your supplied JSON schema. Learn
339- more in the
338+ Outputs which ensures the model will match your supplied JSON schema. Learn more
339+ in the
340340 [Structured Outputs guide](https://platform.openai.com/docs/guides/structured-outputs).
341341
342- Setting to `{ "type": "json_object" }` enables JSON mode, which guarantees the
342+ Setting to `{ "type": "json_object" }` enables JSON mode, which ensures the
343343 message the model generates is valid JSON.
344344
345345 **Important:** when using JSON mode, you **must** also instruct the model to
@@ -469,11 +469,11 @@ def create_and_run(
469469 and all GPT-3.5 Turbo models since `gpt-3.5-turbo-1106`.
470470
471471 Setting to `{ "type": "json_schema", "json_schema": {...} }` enables Structured
472- Outputs which guarantees the model will match your supplied JSON schema. Learn
473- more in the
472+ Outputs which ensures the model will match your supplied JSON schema. Learn more
473+ in the
474474 [Structured Outputs guide](https://platform.openai.com/docs/guides/structured-outputs).
475475
476- Setting to `{ "type": "json_object" }` enables JSON mode, which guarantees the
476+ Setting to `{ "type": "json_object" }` enables JSON mode, which ensures the
477477 message the model generates is valid JSON.
478478
479479 **Important:** when using JSON mode, you **must** also instruct the model to
@@ -599,11 +599,11 @@ def create_and_run(
599599 and all GPT-3.5 Turbo models since `gpt-3.5-turbo-1106`.
600600
601601 Setting to `{ "type": "json_schema", "json_schema": {...} }` enables Structured
602- Outputs which guarantees the model will match your supplied JSON schema. Learn
603- more in the
602+ Outputs which ensures the model will match your supplied JSON schema. Learn more
603+ in the
604604 [Structured Outputs guide](https://platform.openai.com/docs/guides/structured-outputs).
605605
606- Setting to `{ "type": "json_object" }` enables JSON mode, which guarantees the
606+ Setting to `{ "type": "json_object" }` enables JSON mode, which ensures the
607607 message the model generates is valid JSON.
608608
609609 **Important:** when using JSON mode, you **must** also instruct the model to
@@ -1169,11 +1169,11 @@ async def create_and_run(
11691169 and all GPT-3.5 Turbo models since `gpt-3.5-turbo-1106`.
11701170
11711171 Setting to `{ "type": "json_schema", "json_schema": {...} }` enables Structured
1172- Outputs which guarantees the model will match your supplied JSON schema. Learn
1173- more in the
1172+ Outputs which ensures the model will match your supplied JSON schema. Learn more
1173+ in the
11741174 [Structured Outputs guide](https://platform.openai.com/docs/guides/structured-outputs).
11751175
1176- Setting to `{ "type": "json_object" }` enables JSON mode, which guarantees the
1176+ Setting to `{ "type": "json_object" }` enables JSON mode, which ensures the
11771177 message the model generates is valid JSON.
11781178
11791179 **Important:** when using JSON mode, you **must** also instruct the model to
@@ -1303,11 +1303,11 @@ async def create_and_run(
13031303 and all GPT-3.5 Turbo models since `gpt-3.5-turbo-1106`.
13041304
13051305 Setting to `{ "type": "json_schema", "json_schema": {...} }` enables Structured
1306- Outputs which guarantees the model will match your supplied JSON schema. Learn
1307- more in the
1306+ Outputs which ensures the model will match your supplied JSON schema. Learn more
1307+ in the
13081308 [Structured Outputs guide](https://platform.openai.com/docs/guides/structured-outputs).
13091309
1310- Setting to `{ "type": "json_object" }` enables JSON mode, which guarantees the
1310+ Setting to `{ "type": "json_object" }` enables JSON mode, which ensures the
13111311 message the model generates is valid JSON.
13121312
13131313 **Important:** when using JSON mode, you **must** also instruct the model to
@@ -1433,11 +1433,11 @@ async def create_and_run(
14331433 and all GPT-3.5 Turbo models since `gpt-3.5-turbo-1106`.
14341434
14351435 Setting to `{ "type": "json_schema", "json_schema": {...} }` enables Structured
1436- Outputs which guarantees the model will match your supplied JSON schema. Learn
1437- more in the
1436+ Outputs which ensures the model will match your supplied JSON schema. Learn more
1437+ in the
14381438 [Structured Outputs guide](https://platform.openai.com/docs/guides/structured-outputs).
14391439
1440- Setting to `{ "type": "json_object" }` enables JSON mode, which guarantees the
1440+ Setting to `{ "type": "json_object" }` enables JSON mode, which ensures the
14411441 message the model generates is valid JSON.
14421442
14431443 **Important:** when using JSON mode, you **must** also instruct the model to
0 commit comments