Skip to content

Commit 7803abf

Browse files
committed
fix table
1 parent 53a3a83 commit 7803abf

File tree

1 file changed

+7
-7
lines changed
  • articles/ai-services/openai/includes/language-overview

1 file changed

+7
-7
lines changed

articles/ai-services/openai/includes/language-overview/javascript.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Azure OpenAI JavaScript support
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: include
8-
ms.date: 02/06/2025
8+
ms.date: 02/13/2025
99
---
1010

1111
[Source code](https://github.com/openai/openai-node) | [Package (npm)](https://www.npmjs.com/package/openai) | [Reference](../../reference.md) |
@@ -29,13 +29,13 @@ npm install openai
2929

3030
The `AzureClientOptions` object is used to configure the API client for interfacing with the Azure OpenAI API. The configuration object extends the existing OpenAi `ClientOptions` object. Below are the Azure OpenAI specific properties, their default values, and descriptions:
3131

32-
| Property | Details |
32+
| Property | Details |
3333
|--|--|
34-
| azureADTokenProvider: `(() => Promise<string>) | A function that returns an access token for Microsoft Entra (formerly known as Azure Active Directory), invoked on every request. |
35-
| apiKey: `string | Your API key for authenticating requests. Default environment variable is `AZURE_OPENAI_API_KEY`.`|
36-
| apiVersion: `string | Specifies the API version to use. Default environment variable is `OPENAI_API_VERSION` |
37-
| deployment: `string | A model deployment. If provided, sets the base client URL to include `/deployments/{deployment}`. Non-deployment endpoints cannot be used (not supported with Assistants APIs).|
38-
| endpoint: `string | Your Azure OpenAI endpoint.|
34+
| azureADTokenProvider: `(() => Promise<string>)` | A function that returns an access token for Microsoft Entra (formerly known as Azure Active Directory), invoked on every request.|
35+
| apiKey: `string` | Your API key for authenticating requests. Default environment variable is `AZURE_OPENAI_API_KEY`.`|
36+
| apiVersion: `string` | Specifies the API version to use. Default environment variable is `OPENAI_API_VERSION` |
37+
| deployment: `string` | A model deployment. If provided, sets the base client URL to include `/deployments/{deployment}`. Non-deployment endpoints cannot be used (not supported with Assistants APIs).|
38+
| endpoint: `string` | Your Azure OpenAI endpoint.|
3939

4040
## Authentication
4141

0 commit comments

Comments
 (0)