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
@@ -66,12 +66,12 @@ The `AzureClientOptions` object extends the OpenAI `ClientOptions` object. This
66
66
|--|--|
67
67
| apiVersion: `string`| Specifies the API version to use. |
68
68
| azureADTokenProvider: `(() => Promise<string>)`| A function that returns an access token for Microsoft Entra (formerly known as Azure Active Directory), invoked on every request.|
69
-
| 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).|
69
+
| deployment: `string`| A model deployment. If provided, sets the base client URL to include `/deployments/{deployment}`. Non-deployment endpoints can't be used (not supported with Assistants APIs).|
70
70
| endpoint: `string`| Your Azure OpenAI endpoint with the following format: `https://RESOURCE-NAME.azure.openai.com/`.|
71
71
72
72
# [API Key](#tab/api-key)
73
73
74
-
API keys are not recommended for production use because they are less secure than other authentication methods.
74
+
API keys aren't recommended for production use because they're less secure than other authentication methods.
@@ -94,7 +94,7 @@ The `AzureClientOptions` object extends the OpenAI `ClientOptions` object. This
94
94
|--|--|
95
95
| apiKey: `string`| Your API key for authenticating requests. |
96
96
| apiVersion: `string`| Specifies the API version to use. |
97
-
| 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).|
97
+
| deployment: `string`| A model deployment. If provided, sets the base client URL to include `/deployments/{deployment}`. Non-deployment endpoints can't be used (not supported with Assistants APIs).|
98
98
| endpoint: `string`| Your Azure OpenAI endpoint with the following format: `https://RESOURCE-NAME.azure.openai.com/`.|
0 commit comments