You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/openai/includes/language-overview/javascript.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ The `AzureClientOptions` object is used to configure the API client for interfac
32
32
| Property | Details |
33
33
|--|--|
34
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`.`|
35
+
| apiKey: `string`| Your API key for authenticating requests. Default environment variable is `AZURE_OPENAI_API_KEY`.|
36
36
| apiVersion: `string`| Specifies the API version to use. Default environment variable is `OPENAI_API_VERSION`|
37
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
38
| endpoint: `string`| Your Azure OpenAI endpoint.|
0 commit comments