@@ -335,11 +335,11 @@ def create_and_run(
335
335
and all GPT-3.5 Turbo models since `gpt-3.5-turbo-1106`.
336
336
337
337
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
340
340
[Structured Outputs guide](https://platform.openai.com/docs/guides/structured-outputs).
341
341
342
- Setting to `{ "type": "json_object" }` enables JSON mode, which guarantees the
342
+ Setting to `{ "type": "json_object" }` enables JSON mode, which ensures the
343
343
message the model generates is valid JSON.
344
344
345
345
**Important:** when using JSON mode, you **must** also instruct the model to
@@ -469,11 +469,11 @@ def create_and_run(
469
469
and all GPT-3.5 Turbo models since `gpt-3.5-turbo-1106`.
470
470
471
471
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
474
474
[Structured Outputs guide](https://platform.openai.com/docs/guides/structured-outputs).
475
475
476
- Setting to `{ "type": "json_object" }` enables JSON mode, which guarantees the
476
+ Setting to `{ "type": "json_object" }` enables JSON mode, which ensures the
477
477
message the model generates is valid JSON.
478
478
479
479
**Important:** when using JSON mode, you **must** also instruct the model to
@@ -599,11 +599,11 @@ def create_and_run(
599
599
and all GPT-3.5 Turbo models since `gpt-3.5-turbo-1106`.
600
600
601
601
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
604
604
[Structured Outputs guide](https://platform.openai.com/docs/guides/structured-outputs).
605
605
606
- Setting to `{ "type": "json_object" }` enables JSON mode, which guarantees the
606
+ Setting to `{ "type": "json_object" }` enables JSON mode, which ensures the
607
607
message the model generates is valid JSON.
608
608
609
609
**Important:** when using JSON mode, you **must** also instruct the model to
@@ -1169,11 +1169,11 @@ async def create_and_run(
1169
1169
and all GPT-3.5 Turbo models since `gpt-3.5-turbo-1106`.
1170
1170
1171
1171
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
1174
1174
[Structured Outputs guide](https://platform.openai.com/docs/guides/structured-outputs).
1175
1175
1176
- Setting to `{ "type": "json_object" }` enables JSON mode, which guarantees the
1176
+ Setting to `{ "type": "json_object" }` enables JSON mode, which ensures the
1177
1177
message the model generates is valid JSON.
1178
1178
1179
1179
**Important:** when using JSON mode, you **must** also instruct the model to
@@ -1303,11 +1303,11 @@ async def create_and_run(
1303
1303
and all GPT-3.5 Turbo models since `gpt-3.5-turbo-1106`.
1304
1304
1305
1305
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
1308
1308
[Structured Outputs guide](https://platform.openai.com/docs/guides/structured-outputs).
1309
1309
1310
- Setting to `{ "type": "json_object" }` enables JSON mode, which guarantees the
1310
+ Setting to `{ "type": "json_object" }` enables JSON mode, which ensures the
1311
1311
message the model generates is valid JSON.
1312
1312
1313
1313
**Important:** when using JSON mode, you **must** also instruct the model to
@@ -1433,11 +1433,11 @@ async def create_and_run(
1433
1433
and all GPT-3.5 Turbo models since `gpt-3.5-turbo-1106`.
1434
1434
1435
1435
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
1438
1438
[Structured Outputs guide](https://platform.openai.com/docs/guides/structured-outputs).
1439
1439
1440
- Setting to `{ "type": "json_object" }` enables JSON mode, which guarantees the
1440
+ Setting to `{ "type": "json_object" }` enables JSON mode, which ensures the
1441
1441
message the model generates is valid JSON.
1442
1442
1443
1443
**Important:** when using JSON mode, you **must** also instruct the model to
0 commit comments