@@ -79,8 +79,8 @@ def create(
79
79
model: ID of the model to use. You can use the
80
80
[List models](https://platform.openai.com/docs/api-reference/models/list) API to
81
81
see all of your available models, or see our
82
- [Model overview](https://platform.openai.com/docs/models/overview ) for
83
- descriptions of them.
82
+ [Model overview](https://platform.openai.com/docs/models) for descriptions of
83
+ them.
84
84
85
85
description: The description of the assistant. The maximum length is 512 characters.
86
86
@@ -95,8 +95,8 @@ def create(
95
95
name: The name of the assistant. The maximum length is 256 characters.
96
96
97
97
response_format: Specifies the format that the model must output. Compatible with
98
- [GPT-4o](https://platform.openai.com/docs/models/ gpt-4o),
99
- [GPT-4 Turbo](https://platform.openai.com/docs/models/ gpt-4-turbo-and-gpt-4),
98
+ [GPT-4o](https://platform.openai.com/docs/models# gpt-4o),
99
+ [GPT-4 Turbo](https://platform.openai.com/docs/models# gpt-4-turbo-and-gpt-4),
100
100
and all GPT-3.5 Turbo models since `gpt-3.5-turbo-1106`.
101
101
102
102
Setting to `{ "type": "json_schema", "json_schema": {...} }` enables Structured
@@ -239,14 +239,14 @@ def update(
239
239
model: ID of the model to use. You can use the
240
240
[List models](https://platform.openai.com/docs/api-reference/models/list) API to
241
241
see all of your available models, or see our
242
- [Model overview](https://platform.openai.com/docs/models/overview ) for
243
- descriptions of them.
242
+ [Model overview](https://platform.openai.com/docs/models) for descriptions of
243
+ them.
244
244
245
245
name: The name of the assistant. The maximum length is 256 characters.
246
246
247
247
response_format: Specifies the format that the model must output. Compatible with
248
- [GPT-4o](https://platform.openai.com/docs/models/ gpt-4o),
249
- [GPT-4 Turbo](https://platform.openai.com/docs/models/ gpt-4-turbo-and-gpt-4),
248
+ [GPT-4o](https://platform.openai.com/docs/models# gpt-4o),
249
+ [GPT-4 Turbo](https://platform.openai.com/docs/models# gpt-4-turbo-and-gpt-4),
250
250
and all GPT-3.5 Turbo models since `gpt-3.5-turbo-1106`.
251
251
252
252
Setting to `{ "type": "json_schema", "json_schema": {...} }` enables Structured
@@ -344,8 +344,8 @@ def list(
344
344
345
345
before: A cursor for use in pagination. `before` is an object ID that defines your place
346
346
in the list. For instance, if you make a list request and receive 100 objects,
347
- ending with obj_foo, your subsequent call can include before=obj_foo in order to
348
- fetch the previous page of the list.
347
+ starting with obj_foo, your subsequent call can include before=obj_foo in order
348
+ to fetch the previous page of the list.
349
349
350
350
limit: A limit on the number of objects to be returned. Limit can range between 1 and
351
351
100, and the default is 20.
@@ -465,8 +465,8 @@ async def create(
465
465
model: ID of the model to use. You can use the
466
466
[List models](https://platform.openai.com/docs/api-reference/models/list) API to
467
467
see all of your available models, or see our
468
- [Model overview](https://platform.openai.com/docs/models/overview ) for
469
- descriptions of them.
468
+ [Model overview](https://platform.openai.com/docs/models) for descriptions of
469
+ them.
470
470
471
471
description: The description of the assistant. The maximum length is 512 characters.
472
472
@@ -481,8 +481,8 @@ async def create(
481
481
name: The name of the assistant. The maximum length is 256 characters.
482
482
483
483
response_format: Specifies the format that the model must output. Compatible with
484
- [GPT-4o](https://platform.openai.com/docs/models/ gpt-4o),
485
- [GPT-4 Turbo](https://platform.openai.com/docs/models/ gpt-4-turbo-and-gpt-4),
484
+ [GPT-4o](https://platform.openai.com/docs/models# gpt-4o),
485
+ [GPT-4 Turbo](https://platform.openai.com/docs/models# gpt-4-turbo-and-gpt-4),
486
486
and all GPT-3.5 Turbo models since `gpt-3.5-turbo-1106`.
487
487
488
488
Setting to `{ "type": "json_schema", "json_schema": {...} }` enables Structured
@@ -625,14 +625,14 @@ async def update(
625
625
model: ID of the model to use. You can use the
626
626
[List models](https://platform.openai.com/docs/api-reference/models/list) API to
627
627
see all of your available models, or see our
628
- [Model overview](https://platform.openai.com/docs/models/overview ) for
629
- descriptions of them.
628
+ [Model overview](https://platform.openai.com/docs/models) for descriptions of
629
+ them.
630
630
631
631
name: The name of the assistant. The maximum length is 256 characters.
632
632
633
633
response_format: Specifies the format that the model must output. Compatible with
634
- [GPT-4o](https://platform.openai.com/docs/models/ gpt-4o),
635
- [GPT-4 Turbo](https://platform.openai.com/docs/models/ gpt-4-turbo-and-gpt-4),
634
+ [GPT-4o](https://platform.openai.com/docs/models# gpt-4o),
635
+ [GPT-4 Turbo](https://platform.openai.com/docs/models# gpt-4-turbo-and-gpt-4),
636
636
and all GPT-3.5 Turbo models since `gpt-3.5-turbo-1106`.
637
637
638
638
Setting to `{ "type": "json_schema", "json_schema": {...} }` enables Structured
@@ -730,8 +730,8 @@ def list(
730
730
731
731
before: A cursor for use in pagination. `before` is an object ID that defines your place
732
732
in the list. For instance, if you make a list request and receive 100 objects,
733
- ending with obj_foo, your subsequent call can include before=obj_foo in order to
734
- fetch the previous page of the list.
733
+ starting with obj_foo, your subsequent call can include before=obj_foo in order
734
+ to fetch the previous page of the list.
735
735
736
736
limit: A limit on the number of objects to be returned. Limit can range between 1 and
737
737
100, and the default is 20.
0 commit comments