Skip to content

Commit 89a85c3

Browse files
authored
Merge pull request #687 from diberry/diberry/1007-assistants-mvc
Assistants quickstart JS
2 parents 9b62ae9 + 3ce9419 commit 89a85c3

File tree

3 files changed

+516
-45
lines changed

3 files changed

+516
-45
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
manager: nitinme
3+
author: mrbullwinkle
4+
ms.author: mbullwin
5+
ms.service: azure-ai-openai
6+
ms.topic: include
7+
ms.date: 10/09/2024
8+
ms.custom: devex-track-js, devex-track-typescript
9+
---
10+
|Variable name | Value |
11+
|--------------------------|-------------|
12+
| `AZURE_OPENAI_ENDPOINT` | This value can be found in the **Keys and Endpoint** section when examining your resource from the Azure portal. |
13+
| `AZURE_OPENAI_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`.|
14+
| `AZURE_OPENAI_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.|
15+
| `OPENAI_API_VERSION`|Learn more about [API Versions](/azure/ai-services/openai/api-version-deprecation).|
16+
17+
Learn more about [finding API keys](/azure/ai-services/cognitive-services-environment-variables) and [setting environment variables](/azure/ai-services/cognitive-services-environment-variables).
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
manager: nitinme
3+
author: mrbullwinkle
4+
ms.author: mbullwin
5+
ms.service: azure-ai-openai
6+
ms.topic: include
7+
ms.date: 10/0//2024
8+
ms.custom: devex-track-js, devex-track-typescript
9+
---
10+
|Variable name | Value |
11+
|--------------------------|-------------|
12+
| `AZURE_OPENAI_ENDPOINT` | This value can be found in the **Keys and Endpoint** section when examining your resource from the Azure portal. |
13+
| `AZURE_OPENAI_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.|
14+
| `OPENAI_API_VERSION`|Learn more about [API Versions](/azure/ai-services/openai/api-version-deprecation).|
15+
16+
Learn more about [keyless authentication](/azure/ai-services/authentication) and [setting environment variables](/azure/ai-services/cognitive-services-environment-variables).

0 commit comments

Comments
 (0)