Skip to content

Commit 8254aca

Browse files
committed
edit
1 parent 7e2aa6d commit 8254aca

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

articles/ai-services/openai/includes/assistants-env-var-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: devex-track-js, devex-track-typescript
1212
| `ENDPOINT` | This value can be found in the **Keys and Endpoint** section when examining your resource from the Azure portal. Alternatively, you can find the value in **Azure OpenAI Studio** > **Playground** > **View code**. An example endpoint is: `https://docs-test-001.openai.azure.com/`.|
1313
| `API-KEY` | This value can be found in the **Keys and Endpoint** section when examining your resource from the Azure portal. You can use either `KEY1` or `KEY2`.|
1414
| `DEPLOYMENT-NAME` | This value will correspond to the custom name you chose for your deployment when you deployed a model. This value can be found under **Resource Management** > **Model Deployments** in the Azure portal or alternatively under **Management** > **Deployments** in Azure OpenAI Studio.|
15-
| `OPENAI_API_VERSION`|Learn more about [API Versions](/azure/ai-services/openai/concepts/model-versions).|
15+
| `OPENAI_API_VERSION`|Learn more about [API Versions](/azure/ai-services/openai/api-version-deprecation).|
1616

1717
Go to your resource in the Azure portal. The **Keys and Endpoint** can be found in the **Resource Management** section. Copy your endpoint and access key as you'll need both for authenticating your API calls. You can use either `KEY1` or `KEY2`. Always having two keys allows you to securely rotate and regenerate keys without causing a service disruption.
1818

articles/ai-services/openai/includes/assistants-env-var-without-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom: devex-track-js, devex-track-typescript
1111
|--------------------------|-------------|
1212
| `ENDPOINT` | This value can be found in the **Keys and Endpoint** section when examining your resource from the Azure portal. Alternatively, you can find the value in **Azure OpenAI Studio** > **Playground** > **View code**. An example endpoint is: `https://docs-test-001.openai.azure.com/`.|
1313
| `DEPLOYMENT-NAME` | This value will correspond to the custom name you chose for your deployment when you deployed a model. This value can be found under **Resource Management** > **Model Deployments** in the Azure portal or alternatively under **Management** > **Deployments** in Azure OpenAI Studio.|
14-
| `OPENAI_API_VERSION`|Learn more about [API Versions](/azure/ai-services/openai/concepts/model-versions).|
14+
| `OPENAI_API_VERSION`|Learn more about [API Versions](/azure/ai-services/openai/api-version-deprecation).|
1515

1616
# [Command Line](#tab/command-line)
1717

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,11 @@ To successfully make a call against the Azure OpenAI service, set environment va
8888
8989
[!INCLUDE [assistants-key-environment-variables](assistants-env-var-key.md)]
9090
91+
---
92+
9193
> [!CAUTION]
9294
> Don't set `AZURE_OPENAI_KEY` when using keyless authentication.
9395

94-
---
9596

9697
## Create an assistant
9798

0 commit comments

Comments
 (0)