Skip to content

Commit f1156ab

Browse files
committed
edits
1 parent 26383dd commit f1156ab

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const client = new AzureOpenAI({
5858
});
5959
```
6060

61-
For more information about Azure OpenAI keyless authentication, see the "[Get started with the Azure OpenAI security building block](/azure/developer/ai/get-started-securing-your-ai-app?tabs=github-codespaces&pivots=typescript)" QuickStart article.
61+
For more information about Azure OpenAI keyless authentication, see the "[Get started with the Azure OpenAI security building block](/azure/developer/ai/get-started-securing-your-ai-app?tabs=github-codespaces&pivots=typescript)" QuickStart article.
6262

6363

6464
### Configuration
@@ -91,6 +91,8 @@ const client = new AzureOpenAI({
9191
});
9292
```
9393

94+
### Configuration
95+
9496
The `AzureClientOptions` object extends the OpenAI `ClientOptions` object. This Azure-specific client object is used to configure the connection and behavior of the Azure OpenAI client. It includes properties for specifying the properties unique to Azure.
9597

9698
| Property | Details |

0 commit comments

Comments
 (0)