@@ -71,20 +71,19 @@ def create(
7171        up to 512 MB, and the size of all files uploaded by one organization can be up 
7272        to 1 TB. 
7373
74-         The Assistants API supports files up to 2 million tokens and of specific file 
75-         types. See the 
76-         [Assistants Tools guide](https://platform.openai.com/docs/assistants/tools) for 
77-         details. 
78- 
79-         The Fine-tuning API only supports `.jsonl` files. The input also has certain 
80-         required formats for fine-tuning 
81-         [chat](https://platform.openai.com/docs/api-reference/fine-tuning/chat-input) or 
82-         [completions](https://platform.openai.com/docs/api-reference/fine-tuning/completions-input) 
83-         models. 
84- 
85-         The Batch API only supports `.jsonl` files up to 200 MB in size. The input also 
86-         has a specific required 
87-         [format](https://platform.openai.com/docs/api-reference/batch/request-input). 
74+         - The Assistants API supports files up to 2 million tokens and of specific file 
75+           types. See the 
76+           [Assistants Tools guide](https://platform.openai.com/docs/assistants/tools) 
77+           for details. 
78+         - The Fine-tuning API only supports `.jsonl` files. The input also has certain 
79+           required formats for fine-tuning 
80+           [chat](https://platform.openai.com/docs/api-reference/fine-tuning/chat-input) 
81+           or 
82+           [completions](https://platform.openai.com/docs/api-reference/fine-tuning/completions-input) 
83+           models. 
84+         - The Batch API only supports `.jsonl` files up to 200 MB in size. The input 
85+           also has a specific required 
86+           [format](https://platform.openai.com/docs/api-reference/batch/request-input). 
8887
8988        Please [contact us](https://help.openai.com/) if you need to increase these 
9089        storage limits. 
@@ -388,20 +387,19 @@ async def create(
388387        up to 512 MB, and the size of all files uploaded by one organization can be up 
389388        to 1 TB. 
390389
391-         The Assistants API supports files up to 2 million tokens and of specific file 
392-         types. See the 
393-         [Assistants Tools guide](https://platform.openai.com/docs/assistants/tools) for 
394-         details. 
395- 
396-         The Fine-tuning API only supports `.jsonl` files. The input also has certain 
397-         required formats for fine-tuning 
398-         [chat](https://platform.openai.com/docs/api-reference/fine-tuning/chat-input) or 
399-         [completions](https://platform.openai.com/docs/api-reference/fine-tuning/completions-input) 
400-         models. 
401- 
402-         The Batch API only supports `.jsonl` files up to 200 MB in size. The input also 
403-         has a specific required 
404-         [format](https://platform.openai.com/docs/api-reference/batch/request-input). 
390+         - The Assistants API supports files up to 2 million tokens and of specific file 
391+           types. See the 
392+           [Assistants Tools guide](https://platform.openai.com/docs/assistants/tools) 
393+           for details. 
394+         - The Fine-tuning API only supports `.jsonl` files. The input also has certain 
395+           required formats for fine-tuning 
396+           [chat](https://platform.openai.com/docs/api-reference/fine-tuning/chat-input) 
397+           or 
398+           [completions](https://platform.openai.com/docs/api-reference/fine-tuning/completions-input) 
399+           models. 
400+         - The Batch API only supports `.jsonl` files up to 200 MB in size. The input 
401+           also has a specific required 
402+           [format](https://platform.openai.com/docs/api-reference/batch/request-input). 
405403
406404        Please [contact us](https://help.openai.com/) if you need to increase these 
407405        storage limits. 
0 commit comments