Skip to content

Commit d5ee341

Browse files
committed
updating for ai studio and aoai studio
1 parent 47e60cf commit d5ee341

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ author: mrbullwinkle
4040
| **Deployment** | This is where you set which model deployment to use with your assistant. |
4141
| **Functions**| Create custom function definitions for the models to formulate API calls and structure data outputs based on your specifications. Not used in this quickstart. |
4242
| **Code interpreter** | Code interpreter provides access to a sandboxed Python environment that can be used to allow the model to test and execute code. |
43-
| **Files** | You can upload up to 20 files, with a max file size of 512 MB to use with tools. Not used in this quickstart. |
43+
| **Files** | You can upload up to 10,000 files, with a max file size of 512 MB to use with tools. Not used in this quickstart. |
4444

4545
:::image type="content" source="../media/quickstarts/assistants-ai-studio-playground.png" alt-text="Screenshot of the Assistant configuration screen without all the values filled in." lightbox="../media/quickstarts/assistants-ai-studio-playground.png":::
4646

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 10,000 files, with a max file size of 512 MB to use with tools. |
47+
| **Files** | You can upload up to 20 files, with a max file size of 512 MB to use with tools. You can upload up to 10,000 files using [AI Studio](../assistants-quickstart.md?pivots=programming-language-ai-studio). |
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 | 10,000 |
45+
| Max files per Assistant/thread | 10,000 when using the API or AI Studio. 20 when using Azure OpenAI Studio.|
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)