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/azure-app-configuration/howto-chat-completion-config.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Chat completion is an AI capability that enables models to generate conversation
20
20
21
21
## Create a chat completion configuration
22
22
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.
24
24
25
25
1. In Azure portal, navigate to your App configuration store. From the **Operations** menu, select **Configuration explorer** > **Create**, and then select **AI configuration**.
26
26
@@ -30,7 +30,7 @@ In this section, you will create a chat completion configuration in Azure Portal
30
30
-**Model**: Select **gpt-4o**.
31
31
-**Message**: Add a new message.
32
32
-**Role**: Select **user**
33
-
-**Content**: Type "What is the capial of France?"
33
+
-**Content**: Type "What is the capital of France?"
34
34
35
35
> [!div class="mx-imgBorder"]
36
36
> 
@@ -39,13 +39,13 @@ In this section, you will create a chat completion configuration in Azure Portal
39
39
40
40
## Add model connection configuration
41
41
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.
43
43
44
44
> [!NOTE]
45
45
> 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.
46
46
>
47
47
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.
49
49
50
50
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.
51
51
@@ -62,6 +62,6 @@ You've successfully added your chat completion configuration named **ChatApp:Mod
|_ChatApp:AzureOpenAI:APIKey_|_The Key Vault reference of your Azure OpenAI resource API key_|
64
64
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.
0 commit comments