Skip to content

Commit 48cd91d

Browse files
author
Maryanne Gichohi
committed
Minor updates to improve the acrolinx score
1 parent c6ba051 commit 48cd91d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-app-configuration/howto-chat-completion-config.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Chat completion is an AI capability that enables models to generate conversation
2020

2121
## Create a chat completion configuration
2222

23-
In this section, you will create a chat completion configuration in Azure Portal using the GPT-4o model as an example.
23+
In this section, you create a chat completion configuration in Azure portal using the GPT-4o model as an example.
2424

2525
1. In Azure portal, navigate to your App configuration store. From the **Operations** menu, select **Configuration explorer** > **Create**, and then select **AI configuration**.
2626

@@ -30,7 +30,7 @@ In this section, you will create a chat completion configuration in Azure Portal
3030
- **Model**: Select **gpt-4o**.
3131
- **Message**: Add a new message.
3232
- **Role**: Select **user**
33-
- **Content**: Type "What is the capial of France?"
33+
- **Content**: Type "What is the capital of France?"
3434

3535
> [!div class="mx-imgBorder"]
3636
> ![Screen shot shows the create new AI configuration form](./media/create-ai-chat-completion-config.png)
@@ -39,13 +39,13 @@ In this section, you will create a chat completion configuration in Azure Portal
3939

4040
## Add model connection configuration
4141

42-
You've successfully added your chat completion configuration named **ChatApp:Model**. In this section, you'll add the connection details for your model, including the endpoint and deployment name. If required by your authentication method, you can also specify an API key using a Key Vault reference.
42+
You have successfully added your chat completion configuration named **ChatApp:Model**. In this section, you add the connection details for your model, including the endpoint and deployment name. If required by your authentication method, you can also specify an API key using a Key Vault reference.
4343

4444
> [!NOTE]
4545
> This tutorial demonstrates how to use chat completion configuration with an Azure OpenAI model. However, the chat completion configuration demonstrated in the tutorial can be applied to any AI model you choose to work with in your application.
4646
>
4747
48-
1. Follow the [Get started with Azure OpenAI Service](/azure/ai-services/openai/overview#get-started-with-azure-openai-service) to create and deploy an Azure OpenAI service resource with a **gpt-4o** model. Please note down the deployment name for later use.
48+
1. Follow the [Get started with Azure OpenAI Service](/azure/ai-services/openai/overview#get-started-with-azure-openai-service) to create and deploy an Azure OpenAI service resource with a **gpt-4o** model. Note down the deployment name for later use.
4949

5050
1. In your Azure OpenAI resource, from the **Resource Management** menu, select **Keys and Endpoint** and copy the Azure OpenAI resource endpoint, it should follow the format: `https://<open-ai-resource-name>.openai.azure.com`. If using the API key for authentication, copy the API key as well.
5151

@@ -62,6 +62,6 @@ You've successfully added your chat completion configuration named **ChatApp:Mod
6262
|----------------------------------|----------------------------------------------------------------|
6363
| _ChatApp:AzureOpenAI:APIKey_ | _The Key Vault reference of your Azure OpenAI resource API key_ |
6464

65-
1. Continue to the following instructions to implement the chat completion configuration into your application for the language or platform you are using.
65+
1. Continue to the following instructions to implement the chat completion configuration into your application for the language or platform you're using.
6666

6767
- [.NET](./quickstart-chat-completion-dotnet.md)

0 commit comments

Comments
 (0)