Skip to content

Commit 42ca6d0

Browse files
committed
acrolinex 80 - >88
1 parent 6954e87 commit 42ca6d0

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ The `AzureClientOptions` object extends the OpenAI `ClientOptions` object. This
6666
|--|--|
6767
| apiVersion: `string` | Specifies the API version to use. |
6868
| 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).|
7070
| endpoint: `string` | Your Azure OpenAI endpoint with the following format: `https://RESOURCE-NAME.azure.openai.com/`.|
7171

7272
# [API Key](#tab/api-key)
7373

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.
7575

7676
```typescript
7777
import { AzureKeyCredential } from "@azure/openai";
@@ -94,7 +94,7 @@ The `AzureClientOptions` object extends the OpenAI `ClientOptions` object. This
9494
|--|--|
9595
| apiKey: `string` | Your API key for authenticating requests. |
9696
| 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).|
9898
| endpoint: `string` | Your Azure OpenAI endpoint with the following format: `https://RESOURCE-NAME.azure.openai.com/`.|
9999

100100
[!INCLUDE [Azure key vault](~/reusable-content/ce-skilling/azure/includes/ai-services/security/azure-key-vault.md)]

0 commit comments

Comments
 (0)