Skip to content

Commit 049b04d

Browse files
982891: Resolved the image not loading issue
1 parent a29e5cf commit 049b04d

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ const string GeminiApiKey = 'Place your API key here';
129129
{% endhighlight %}
130130
{% endtabs %}
131131

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

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

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,11 @@ The Syncfusion AI AssistView supports integration with [Azure Open AI](https://m
1313

1414
## Prerequisites
1515

16-
- OpenAI account and an API key to access the OpenAI API
17-
1816
- An Azure account with access to `Azure Open AI` services and a generated API key.
1917
- Syncfusion AI AssistView for Blazor `Syncfusion.Blazor.InteractiveChat` installed in the project
2018

2119
## Getting Started with the AI AssistView Component
2220

23-
Before integrating OpenAI, ensure the Syncfusion AI AssistView component renders correctly in the application:
2421
Before integrating Azure OpenAI, ensure the Syncfusion AI AssistView component renders correctly in the application:
2522

2623
[Blazor Getting Started Guide](../getting-started)
@@ -48,14 +45,6 @@ Nuget\Install-Package Markdig
4845

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

51-
1. Go to [Open AI](https://platform.openai.com/docs/overview) and sign in. Create an account if one does not exist.
52-
53-
2. Once signed in, open the profile menu and select API Keys.
54-
55-
3. Select + `Create new secret key`, optionally provide a name, and confirm to generate the key.
56-
57-
4. Copy the key and store it securely; it is shown only once.
58-
5948
## Configure Azure Open AI
6049

6150
1. Log in to the [Azure Portal](https://portal.azure.com/#home) and navigate to your Azure Open AI resource.
@@ -68,8 +57,6 @@ Note: The sample below uses HttpClient directly and does not require the Azure/O
6857

6958
> `Security Note`: expose your API key in client-side code for production applications. Use a server-side proxy or environment variables to manage sensitive information securely.
7059
71-
- Add the generated API key to the variable used in the example below
72-
7360
## Integration Azure OpenAI with AI AssistView
7461

7562
- Configure your Azure OpenAI endpoint, API key, and deployment name in your Program.cs (or using your preferred configuration mechanism).
@@ -253,4 +240,4 @@ var deploymentName = "gpt-4o-mini";
253240
{% endhighlight %}
254241
{% endtabs %}
255242

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

0 commit comments

Comments
 (0)