From b75a1ba8886e8fb890e72691328d6adb1dac7360 Mon Sep 17 00:00:00 2001 From: Berkan Sasmaz Date: Sun, 1 Dec 2024 16:53:10 +0300 Subject: [PATCH] Update POST.md --- .../Community-Articles/2024-12-01-OpenAI-Integration/POST.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/Community-Articles/2024-12-01-OpenAI-Integration/POST.md b/docs/en/Community-Articles/2024-12-01-OpenAI-Integration/POST.md index c2f96b4605..66df4d53f1 100644 --- a/docs/en/Community-Articles/2024-12-01-OpenAI-Integration/POST.md +++ b/docs/en/Community-Articles/2024-12-01-OpenAI-Integration/POST.md @@ -71,9 +71,9 @@ context.Services.AddChatClient(services => ## Creating a Sample Page -To demonstrate the use of OpenAI API, let's create a page named `Sample` in the `Acme.OpenAIIntegration.Web` project. +To demonstrate the use of OpenAI API, let's create a page named `Sample` in the `Acme.OpenAIIntegration.Web` project: -1. Create a `Sample` folder under the `Pages` folder of the `Acme.OpenAIIntegration.Web` project. Add a new Razor Page by right-clicking the `Sample` folder then selecting `Add > Razor Page`. Name it `Index`. +Create a `Sample` folder under the `Pages` folder of the `Acme.OpenAIIntegration.Web` project. Add a new Razor Page by right-clicking the `Sample` folder then selecting `Add > Razor Page`. Name it `Index`. Open the `Index.cshtml` and change the whole content as shown below: