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: blazor/ai-assistview/ai-integrations/gemini-integration.md
+13-8Lines changed: 13 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ The Syncfusion AI AssistView supports integration with [Gemini](https://ai.googl
13
13
14
14
## Prerequisites
15
15
16
-
* Google account to generate an API key for accessing Gemini AI
17
-
* Syncfusion AI AssistView for Blazor package (Syncfusion.Blazor.InteractiveChat) installed in the project
18
-
* Markdig package available in the project for Markdown-to-HTML conversion (required by the sample code)
16
+
* Google account to generate an API key for accessing [Gemini AI](https://ai.google.dev/gemini-api/docs/quickstart)
17
+
* Syncfusion AI AssistView for Blazor package [Syncfusion.Blazor.InteractiveChat](https://www.nuget.org/packages/Syncfusion.Blazor.InteractiveChat) installed in the project.
18
+
*[Markdig](https://www.nuget.org/packages/Markdig) package available in the project for Markdown-to-HTML conversion (required by the sample code).
19
19
20
20
## Getting Started with the AI AssistView Component
21
21
@@ -29,25 +29,25 @@ Install the Syncfusion Blazor package in the application.
Copy file name to clipboardExpand all lines: blazor/ai-assistview/ai-integrations/openai-integration.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ The Syncfusion AI AssistView supports integration with [Azure Open AI](https://m
13
13
14
14
## Prerequisites
15
15
16
-
- An Azure account with access to `Azure Open AI` services and a generated API key.
17
-
- Syncfusion AI AssistView for Blazor `Syncfusion.Blazor.InteractiveChat` installed in the project
16
+
- 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.
17
+
- Syncfusion AI AssistView for Blazor [Syncfusion.Blazor.InteractiveChat](https://www.nuget.org/packages/Syncfusion.Blazor.InteractiveChat) installed in the project
18
18
19
19
## Getting Started with the AI AssistView Component
20
20
@@ -49,9 +49,9 @@ Note: The sample below uses HttpClient directly and does not require the Azure/O
49
49
50
50
1. Log in to the [Azure Portal](https://portal.azure.com/#home) and navigate to your Azure Open AI resource.
51
51
52
-
2. Under Resource Management, select Keys and Endpoint to retrieve your API key and endpoint URL.
52
+
2. Under Resource Management, select keys and endpoint to retrieve your API key and endpoint URL.
53
53
54
-
3. Copy the API key, endpoint, and deployment name (e.g., gpt-4o-mini). Ensure the API version (e.g., 2024-07-01-preview) matches your resource configuration.
54
+
3. Copy the API key, endpoint, and deployment name (e.g., gpt-4o-mini). Ensure the API version matches your resource configuration.
55
55
56
56
4. Store these values securely, as they will be used in your application.
Copy file name to clipboardExpand all lines: blazor/chat-ui/ai-integrations/gemini-integration.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ The Syncfusion Chat UI supports integration with [Gemini](https://ai.google.dev
13
13
14
14
## Prerequisites
15
15
16
-
* Google account to generate API key on accessing `Gemini AI`
17
-
* Syncfusion Chat UI for Blazor `Syncfusion.Blazor.InteractiveChat` installed in your project.
16
+
* Google account to generate API key on accessing [Gemini AI](https://ai.google.dev/gemini-api/docs/quickstart)
17
+
* Syncfusion Chat UI for Blazor [Syncfusion.Blazor.InteractiveChat](https://www.nuget.org/packages/Syncfusion.Blazor.InteractiveChat) installed in your project.
18
18
19
19
## Getting Started with the Chat UI Component
20
20
@@ -28,25 +28,25 @@ Install the Syncfusion Blazor package in the application.
1. Go to [Google AI Studio](https://aistudio.google.com/app/apikey) and sign in with your Google account. If you don’t have one, create a new account.
45
+
1. Go to [Google AI Studio](https://aistudio.google.com/app/apikey) and sign in with your google account. If you don’t have one, create a new account.
46
46
47
47
2. Once logged in, click on `Get API Key` from the left-hand menu or the top-right corner of the dashboard.
48
48
49
-
3. Click the `Create API Key` button. You’ll be prompted to either select an existing Google Cloud project or create a new one. Choose the appropriate option and proceed.
49
+
3. Click the `Create API key` button. You’ll be prompted to either select an existing google cloud project or create a new one. Choose the appropriate option and proceed.
50
50
51
51
4. After selecting or creating a project, your API key will be generated and displayed. Copy the key and store it securely, as it will only be shown once.
52
52
@@ -65,6 +65,11 @@ const string GeminiApiKey = 'Place your API key here';
Copy file name to clipboardExpand all lines: blazor/chat-ui/ai-integrations/openai-integration.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ The Syncfusion Chat UI supports integration with [Azure Open AI](https://microso
13
13
14
14
## Prerequisites
15
15
16
-
- An Azure account with access to `Azure Open AI` services and a generated API key.
17
-
- Syncfusion Chat UI for Blazor `Syncfusion.Blazor.InteractiveChat` installed in the project
16
+
- 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.
17
+
- Syncfusion Chat UI for Blazor [Syncfusion.Blazor.InteractiveChat](https://www.nuget.org/packages/Syncfusion.Blazor.InteractiveChat) installed in the project.
18
18
19
19
## Getting Started with the Chat UI Component
20
20
@@ -49,9 +49,9 @@ Note: The sample below uses HttpClient directly and does not require the Azure/O
49
49
50
50
1. Log in to the [Azure Portal](https://portal.azure.com/#home) and navigate to your Azure Open AI resource.
51
51
52
-
2. Under Resource Management, select Keys and Endpoint to retrieve your API key and endpoint URL.
52
+
2. Under Resource Management, select keys and endpoint to retrieve your API key and endpoint URL.
53
53
54
-
3. Copy the API key, endpoint, and deployment name (e.g., gpt-4o-mini). Ensure the API version (e.g., 2024-07-01-preview) matches your resource configuration.
54
+
3. Copy the API key, endpoint, and deployment name (e.g., gpt-4o-mini). Ensure the API version matches your resource configuration.
55
55
56
56
4. Store these values securely, as they will be used in your application.
0 commit comments