Skip to content

Commit 255aeff

Browse files
Merge pull request #6602 from syncfusion-content/979392-gemini-integration
979392: Resolved the UI Issue
2 parents 4343fed + 47f4112 commit 255aeff

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation: ug
99

1010
# Integration of Gemini AI With Blazor AI AssistView component
1111

12-
The Syncfusion AI AssistView supports integration with [Gemini](Gemini API quickstart | Google AI for Developers), enabling advanced conversational AI features in your applications.
12+
The Syncfusion AI AssistView supports integration with [Gemini](https://ai.google.dev/gemini-api/docs/quickstart), enabling advanced conversational AI features in your applications.
1313

1414
## Prerequisites
1515

@@ -54,7 +54,7 @@ Install-Package Mscc.GenerativeAI
5454
5555
## Integration Gemini AI with AI AssistView
5656

57-
> Add your generated `API Key` at the line
57+
* Add your generated `API Key` at the line
5858

5959
```bash
6060

@@ -128,4 +128,4 @@ const string GeminiApiKey = 'Place your API key here';
128128
{% endhighlight %}
129129
{% endtabs %}
130130

131-
![Blazor AI AssistView Gemini Integration](images/gemini-integration.png)
131+
![Blazor AI AssistView Gemini Integration](./images/gemini-integration.png)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The Syncfusion AI AssistView supports integration with [OpenAI](https://platfor
1313

1414
## Prerequisites
1515

16-
*OpenAI account to generate an API key for accessing the `OpenAI` API
16+
* OpenAI account to generate an API key for accessing the `OpenAI` API
1717
* Syncfusion AI AssistView for Blazor `Syncfusion.Blazor.InteractiveChat` installed in your project.
1818

1919
## Getting Started with the AI AssistView Component
@@ -54,7 +54,7 @@ Install-Package OpenAI
5454
5555
## Integration Open AI with AI AssistView
5656

57-
> Add your generated `API Key` at the line
57+
* Add your generated `API Key` at the line
5858

5959
```bash
6060

@@ -129,4 +129,4 @@ const string openaiApiKey = 'Place your API key here';
129129
{% endhighlight %}
130130
{% endtabs %}
131131

132-
![Blazor AI AssistView Open AI Integration](images/openai-integration.png)
132+
![Blazor AI AssistView Open AI Integration](./images/openai-integration.png)

blazor/chat-ui/ai-integrations/gemini-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Install-Package Mscc.GenerativeAI
5454
5555
## Integration Gemini AI with Chat UI
5656

57-
> Add your generated `API Key` at the line
57+
* Add your generated `API Key` at the line
5858

5959
```bash
6060

@@ -132,4 +132,4 @@ const string GeminiApiKey = 'Place your API key here';
132132
{% endhighlight %}
133133
{% endtabs %}
134134

135-
![Blazor Chat UI Gemini Integration](images/gemini-integration.png)
135+
![Blazor Chat UI Gemini Integration](./images/gemini-integration.png)

blazor/chat-ui/ai-integrations/openai-integration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The Syncfusion Chat UI supports integration with [OpenAI](https://platform.opena
1313

1414
## Prerequisites
1515

16-
*OpenAI account to generate an API key for accessing the `OpenAI` API
16+
* OpenAI account to generate an API key for accessing the `OpenAI` API
1717
* Syncfusion Chat UI for Blazor `Syncfusion.Blazor.InteractiveChat` installed in your project.
1818

1919
## Getting Started with the Chat UI Component
@@ -54,7 +54,7 @@ Install-Package OpenAI
5454
5555
## Integration Open AI with Chat UI
5656

57-
> Add your generated `API Key` at the line
57+
* Add your generated `API Key` at the line
5858

5959
```bash
6060

@@ -141,4 +141,4 @@ const string openaiApiKey = 'Place your API key here';
141141
{% endhighlight %}
142142
{% endtabs %}
143143

144-
![Blazor Chat UI Open AI Integration](images/openai-integration.png)
144+
![Blazor Chat UI Open AI Integration](./images/openai-integration.png)

0 commit comments

Comments
 (0)