Skip to content

Commit cf956c1

Browse files
committed
File size fixes
1 parent 99b2213 commit cf956c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/ai-services/openai/assistants-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.custom: devx-track-python, devx-track-dotnet
88
ms.topic: quickstart
99
author: mrbullwinkle
1010
ms.author: mbullwin
11-
ms.date: 05/20/2024
11+
ms.date: 07/18/2024
1212
zone_pivot_groups: openai-quickstart-assistants
1313
recommendations: false
1414
---

articles/ai-services/openai/includes/assistants-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Use the **Assistant setup** pane to create a new AI assistant or to select an ex
4444
| **Deployment** | This is where you set which model deployment to use with your assistant. |
4545
| **Functions**| Create custom function definitions for the models to formulate API calls and structure data outputs based on your specifications |
4646
| **Code interpreter** | Code interpreter provides access to a sandboxed Python environment that can be used to allow the model to test and execute code. |
47-
| **Files** | You can upload up to 20 files, with a max file size of 512 MB to use with tools. |
47+
| **Files** | You can upload up to 10,000 files, with a max file size of 512 MB to use with tools. |
4848

4949
### Tools
5050

articles/ai-services/openai/quotas-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The following sections provide you with a quick guide to the default quotas and
4242
| Max number of `/chat/completions` functions | 128 |
4343
| Max number of `/chat completions` tools | 128 |
4444
| Maximum number of Provisioned throughput units per deployment | 100,000 |
45-
| Max files per Assistant/thread | 20 |
45+
| Max files per Assistant/thread | 10,000 |
4646
| Max file size for Assistants & fine-tuning | 512 MB |
4747
| Assistants token limit | 2,000,000 token limit |
4848
| GPT-4o max images per request (# of images in the messages array/conversation history) | 10 |

0 commit comments

Comments
 (0)