@@ -79,8 +79,8 @@ def create(
7979 model: ID of the model to use. You can use the
8080 [List models](https://platform.openai.com/docs/api-reference/models/list) API to
8181 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.
8484
8585 description: The description of the assistant. The maximum length is 512 characters.
8686
@@ -95,8 +95,8 @@ def create(
9595 name: The name of the assistant. The maximum length is 256 characters.
9696
9797 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),
100100 and all GPT-3.5 Turbo models since `gpt-3.5-turbo-1106`.
101101
102102 Setting to `{ "type": "json_schema", "json_schema": {...} }` enables Structured
@@ -239,14 +239,14 @@ def update(
239239 model: ID of the model to use. You can use the
240240 [List models](https://platform.openai.com/docs/api-reference/models/list) API to
241241 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.
244244
245245 name: The name of the assistant. The maximum length is 256 characters.
246246
247247 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),
250250 and all GPT-3.5 Turbo models since `gpt-3.5-turbo-1106`.
251251
252252 Setting to `{ "type": "json_schema", "json_schema": {...} }` enables Structured
@@ -344,8 +344,8 @@ def list(
344344
345345 before: A cursor for use in pagination. `before` is an object ID that defines your place
346346 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.
349349
350350 limit: A limit on the number of objects to be returned. Limit can range between 1 and
351351 100, and the default is 20.
@@ -465,8 +465,8 @@ async def create(
465465 model: ID of the model to use. You can use the
466466 [List models](https://platform.openai.com/docs/api-reference/models/list) API to
467467 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.
470470
471471 description: The description of the assistant. The maximum length is 512 characters.
472472
@@ -481,8 +481,8 @@ async def create(
481481 name: The name of the assistant. The maximum length is 256 characters.
482482
483483 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),
486486 and all GPT-3.5 Turbo models since `gpt-3.5-turbo-1106`.
487487
488488 Setting to `{ "type": "json_schema", "json_schema": {...} }` enables Structured
@@ -625,14 +625,14 @@ async def update(
625625 model: ID of the model to use. You can use the
626626 [List models](https://platform.openai.com/docs/api-reference/models/list) API to
627627 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.
630630
631631 name: The name of the assistant. The maximum length is 256 characters.
632632
633633 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),
636636 and all GPT-3.5 Turbo models since `gpt-3.5-turbo-1106`.
637637
638638 Setting to `{ "type": "json_schema", "json_schema": {...} }` enables Structured
@@ -730,8 +730,8 @@ def list(
730730
731731 before: A cursor for use in pagination. `before` is an object ID that defines your place
732732 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.
735735
736736 limit: A limit on the number of objects to be returned. Limit can range between 1 and
737737 100, and the default is 20.
0 commit comments