Skip to content

Commit 6b9cfc1

Browse files
986172: update the latest concerns
1 parent 501d19c commit 6b9cfc1

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

blazor/ai-assistview/ai-integrations/gemini-integration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ Nuget\Install-Package Markdig
5959
6060
## Gemini AI with AI AssistView
6161

62-
* Add your Gemini API key securely in the configuration:
62+
Modify the Razor file to integrate the Gemini AI with the AI AssistView component.
63+
64+
* update your Gemini API key securely in the configuration:
6365

6466
```bash
6567

blazor/ai-assistview/ai-integrations/openai-integration.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
22
layout: post
3-
title: Azure Open AI with Blazor AI AssistView Component | Syncfusion
4-
description: Checkout and learn about Azure Open AI with Blazor AI AssistView component in Blazor WebAssembly Application.
3+
title: Azure OpenAI with Blazor AI AssistView Component | Syncfusion
4+
description: Checkout and learn about Azure OpenAI with Blazor AI AssistView component in Blazor WebAssembly Application.
55
platform: Blazor
66
control: AI AssistView
77
documentation: ug
88
---
99

1010
# Integrate Azure OpenAI with Blazor AI AssistView component
1111

12-
The AI AssistView component integrates with [Azure Open AI](https://microsoft.github.io/PartnerResources/skilling/ai-ml-academy/resources/openai) to enable advanced conversational AI features in your applications. The component acts as a user interface, where user prompts are sent to the Azure Open AI service via API calls, providing natural language understanding and context-aware responses.
12+
The AI AssistView component integrates with [Azure OpenAI](https://microsoft.github.io/PartnerResources/skilling/ai-ml-academy/resources/openai) to enable advanced conversational AI features in your applications. The component acts as a user interface, where user prompts are sent to the Azure OpenAI service via API calls, providing natural language understanding and context-aware responses.
1313

1414
## Prerequisites
1515

1616
Before starting, ensure you have the following:
1717

18-
* **An Azure account**: with access to [Azure Open AI](https://microsoft.github.io/PartnerResources/skilling/ai-ml-academy/resources/openai) services and a generated API key.
18+
* **An Azure account**: with access to [Azure OpenAI](https://microsoft.github.io/PartnerResources/skilling/ai-ml-academy/resources/openai) services and a generated API key.
1919

2020
* **Syncfusion AI AssistView**: Package [Syncfusion Blazor package](https://www.nuget.org/packages/Syncfusion.Blazor.InteractiveChat) installed.
2121

@@ -29,7 +29,7 @@ Follow the Syncfusion AI AssistView [Getting Started](../getting-started) guide
2929

3030
Install the required packages:
3131

32-
1. Install the `Open AI` and `Azure` nuget packages in the application.
32+
1. Install the `OpenAI` and `Azure` nuget packages in the application.
3333

3434
```bash
3535

@@ -49,9 +49,9 @@ Nuget\Install-Package Markdig
4949

5050
Note: The sample below uses HttpClient directly and does not require the Azure/OpenAI SDKs.
5151

52-
## Configure Azure Open AI
52+
## Configure Azure OpenAI
5353

54-
1. Log in to the [Azure Portal](https://portal.azure.com/#home) and navigate to your Azure Open AI resource.
54+
1. Log in to the [Azure Portal](https://portal.azure.com/#home) and navigate to your Azure OpenAI resource.
5555

5656
2. Under resource Management, select keys and endpoint to retrieve your API key and endpoint URL.
5757

@@ -73,6 +73,8 @@ Note: The sample below uses HttpClient directly and does not require the Azure/O
7373

7474
- Inject and use the service in your Razor component.
7575

76+
Modify the razor file to integrate the Azure OpenAI with the AI AssistView component.
77+
7678
{% tabs %}
7779
{% highlight c# tabtitle="razor" %}
7880

@@ -251,4 +253,4 @@ var deploymentName = "gpt-4o-mini";
251253
{% endhighlight %}
252254
{% endtabs %}
253255

254-
![Blazor AI AssistView Azure Open AI Integration](../images/openai-integration.png)
256+
![Blazor AI AssistView Azure OpenAI Integration](../images/openai-integration.png)

0 commit comments

Comments
 (0)