Skip to content

Commit 49cbfbd

Browse files
Merge pull request #4570 from syncfusion-content/updated-concerns-UG
updated UG concerns
2 parents f6788d3 + 9d83f8f commit 49cbfbd

File tree

27 files changed

+67
-444
lines changed

27 files changed

+67
-444
lines changed

ej2-asp-core-mvc/ai-assistview/EJ2_ASP.MVC/ai-integrations/gemini-integration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Before integrating Gemini AI, ensure that the Syncfusion AI AssistView control i
2020

2121
## Prerequisites
2222

23-
* Google account to generate API key on accessing `Gemini AI`.
23+
* Google account to generate API key on accessing [Gemini](https://ai.google.dev/gemini-api/docs).
2424
* [System requirements for ASP.NET MVC controls](https://ej2.syncfusion.com/aspnetmvc/documentation/system-requirements) to create MVC application
2525

2626
## Install Packages
@@ -43,7 +43,7 @@ NuGet\Install-Package Mscc.GenerativeAI
4343

4444
## Generate API Key
4545

46-
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+
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.
4747

4848
2. Once logged in, click on `Get API Key` from the left-hand menu or the top-right corner of the dashboard.
4949

@@ -74,12 +74,12 @@ string apiKey = 'Place your API key here';
7474
{% endhighlight %}
7575
{% endtabs %}
7676

77-
![Gemini AI](../../images/gemini-ai.png)
77+
![Gemini AI](../images/gemini-ai.png)
7878

7979
## Run and Test
8080

8181
Run the application in the browser using the following command.
8282

8383
Build and run the app (Ctrl + F5).
8484

85-
Open `https://localhost:44321` to interact with your Gemini AI for dynamic response.
85+
Open the hosted link to interact with the Gemini AI for dynamic response

ej2-asp-core-mvc/ai-assistview/EJ2_ASP.MVC/ai-integrations/ollama-llm-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ builder.Services.AddChatClient(new OllamaChatClient(new Uri("http://localhost:11
7171
{% endhighlight %}
7272
{% endtabs %}
7373
74-
![LLM Model](../../images/llm-model.png)
74+
![LLM Model](../images/llm-model.png)
7575
7676
## Run and Test
7777
7878
Run the application in the browser using the following command.
7979
8080
Build and run the app (Ctrl + F5).
8181
82-
Open `https://localhost:7121/` to interact with your LLM Model for dynamic response.
82+
Open the hosted link to interact with your LLM Model for dynamic response.

ej2-asp-core-mvc/ai-assistview/EJ2_ASP.MVC/ai-integrations/openai-integration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Before integrating Azure Open AI, ensure that the Syncfusion AI AssistView contr
2020

2121
## Prerequisites
2222

23-
* An Azure account with access to `Azure Open AI` services and a generated API key.
23+
* 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.
2424
* [System requirements for ASP.NET MVC controls](https://ej2.syncfusion.com/aspnetmvc/documentation/system-requirements) to create MVC application
2525

2626
## Install Packages
@@ -49,7 +49,7 @@ NuGet\Install-Package Azure.Core
4949

5050
2. Under Resource Management, select Keys and Endpoint to retrieve your API key and endpoint URL.
5151

52-
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.
52+
3. Copy the API key, endpoint, and deployment name (e.g., gpt-4o-mini). Ensure the API version matches your resource configuration.
5353

5454
4. Store these values securely, as they will be used in your application.
5555

@@ -78,12 +78,12 @@ string deploymentName = "Your_Deployment_Name";
7878
{% endhighlight %}
7979
{% endtabs %}
8080

81-
![Azure Open AI](../../images/open-ai.png)
81+
![Azure Open AI](../images/open-ai.png)
8282

8383
## Run and Test
8484

8585
Run the application in the browser using the following command.
8686

8787
Build and run the app (Ctrl + F5).
8888

89-
Open `https://localhost:44321` to interact with your Azure Open AI for dynamic response.
89+
Open the Hosted link to interact with your Azure Open AI for dynamic response.

ej2-asp-core-mvc/ai-assistview/EJ2_ASP.NETCORE/ai-integrations/gemini-integration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Before integrating Gemini AI, ensure that the Syncfusion AI AssistView control i
2020

2121
## Prerequisites
2222

23-
* Google account to generate API key on accessing `Gemini AI`.
23+
* Google account to generate API key on accessing [Gemini](https://ai.google.dev/gemini-api/docs).
2424
* [System requirements for ASP.NET Core controls](https://ej2.syncfusion.com/aspnetmvc/documentation/system-requirements) to create Core application
2525

2626
## Install Packages
@@ -43,7 +43,7 @@ NuGet\Install-Package Mscc.GenerativeAI
4343

4444
## Generate API Key
4545

46-
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+
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.
4747

4848
2. Once logged in, click on `Get API Key` from the left-hand menu or the top-right corner of the dashboard.
4949

@@ -74,12 +74,12 @@ string apiKey = 'Place your API key here';
7474
{% endhighlight %}
7575
{% endtabs %}
7676

77-
![Gemini AI](../../images/gemini-ai.png)
77+
![Gemini AI](../images/gemini-ai.png)
7878

7979
## Run and Test
8080

8181
Run the application in the browser using the following command.
8282

8383
Build and run the app (Ctrl + F5).
8484

85-
Open `https://localhost:44321` to interact with your Gemini AI for dynamic response.
85+
Open the hosted link to interact with the Gemini AI for dynamic response

ej2-asp-core-mvc/ai-assistview/EJ2_ASP.NETCORE/ai-integrations/ollama-llm-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ builder.Services.AddChatClient(new OllamaChatClient(new Uri("http://localhost:11
7171
{% endhighlight %}
7272
{% endtabs %}
7373
74-
![LLM Model](../../images/llm-model.png)
74+
![LLM Model](../images/llm-model.png)
7575
7676
## Run and Test
7777
7878
Run the application in the browser using the following command.
7979
8080
Build and run the app (Ctrl + F5).
8181
82-
Open `https://localhost:7121/` to interact with your LLM Model for dynamic response.
82+
Open the hosted link to interact with your AI model where you can enter prompts and receive responses from the Ollama model.

ej2-asp-core-mvc/ai-assistview/EJ2_ASP.NETCORE/ai-integrations/openai-integration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Before integrating Azure Open AI, ensure that the Syncfusion AI AssistView contr
2020

2121
## Prerequisites
2222

23-
* An Azure account with access to `Azure Open AI` services and a generated API key.
23+
* 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.
2424
* [System requirements for ASP.NET MVC controls](https://ej2.syncfusion.com/aspnetmvc/documentation/system-requirements) to create Core application
2525

2626
## Install Packages
@@ -49,7 +49,7 @@ NuGet\Install-Package Azure.Core
4949

5050
2. Under Resource Management, select Keys and Endpoint to retrieve your API key and endpoint URL.
5151

52-
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.
52+
3. Copy the API key, endpoint, and deployment name (e.g., gpt-4o-mini). Ensure the API version matches your resource configuration.
5353

5454
4. Store these values securely, as they will be used in your application.
5555

@@ -78,12 +78,12 @@ string deploymentName = "Your_Deployment_Name";
7878
{% endhighlight %}
7979
{% endtabs %}
8080

81-
![Azure Open AI](../../images/open-ai.png)
81+
![Azure Open AI](../images/open-ai.png)
8282

8383
## Run and Test
8484

8585
Run the application in the browser using the following command.
8686

8787
Build and run the app (Ctrl + F5).
8888

89-
Open `https://localhost:44321` to interact with your Azure Open AI for dynamic response.
89+
Open the hosted link to interact with your Azure Open AI for dynamic response.
4.75 KB
Loading
-5.05 KB
Loading
4.64 KB
Loading

ej2-asp-core-mvc/chat-ui/EJ2_ASP.MVC/ai-integrations/gemini-integration.md

Lines changed: 0 additions & 86 deletions
This file was deleted.

0 commit comments

Comments
 (0)