Skip to content

Commit c78fa1c

Browse files
Merge pull request #912 from aahill/ci-fix
updating PTU and api version
2 parents 89b914b + ee29162 commit c78fa1c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/ai-services/openai/how-to/code-interpreter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,14 +145,14 @@ assistant = client.beta.assistants.create(
145145
```console
146146
# Upload a file with an "assistants" purpose
147147

148-
curl https://YOUR_RESOURCE_NAME.openai.azure.com/openai/files?api-version=2024-05-01-preview \
148+
curl https://YOUR_RESOURCE_NAME.openai.azure.com/openai/files?api-version=2024-08-01-preview \
149149
-H "api-key: $AZURE_OPENAI_API_KEY" \
150150
-F purpose="assistants" \
151151
-F file="@c:\\path_to_file\\file.csv"
152152

153153
# Create an assistant using the file ID
154154

155-
curl https://YOUR_RESOURCE_NAME.openai.azure.com/openai/assistants?api-version=2024-05-01-preview \
155+
curl https://YOUR_RESOURCE_NAME.openai.azure.com/openai/assistants?api-version=2024-08-01-preview \
156156
-H "api-key: $AZURE_OPENAI_API_KEY" \
157157
-H 'Content-Type: application/json' \
158158
-d '{

articles/ai-services/openai/how-to/provisioned-throughput-onboarding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure OpenAI Service Provisioned Throughput Units (PTU) onboarding
33
description: Learn about provisioned throughput units onboarding and Azure OpenAI.
44
ms.service: azure-ai-openai
55
ms.topic: conceptual
6-
ms.date: 09/12/2024
6+
ms.date: 10/18/2024
77
manager: nitinme
88
author: mrbullwinkle
99
ms.author: mbullwin
@@ -33,7 +33,7 @@ Determining the right amount of provisioned throughput, or PTUs, you require for
3333

3434
### Estimate provisioned throughput and cost
3535

36-
To get a quick estimate for your workload, open the capacity planner in the [Azure OpenAI Studio](https://oai.azure.com). The capacity planner is under **Management** > **Quotas** > **Provisioned**.
36+
To get a quick estimate for your workload, open the capacity planner in the [Azure OpenAI Studio](https://oai.azure.com). The capacity planner is under **Shared resources** > **Quota** > **Azure OpenAI Provisioned**.
3737

3838
The **Provisioned** option and the capacity planner are only available in certain regions within the Quota pane, if you don't see this option setting the quota region to *Sweden Central* will make this option available. Enter the following parameters based on your workload.
3939

0 commit comments

Comments
 (0)