Skip to content

Commit f93978a

Browse files
983466: Updated the AI Base UG Sections.
1 parent 9a0d94a commit f93978a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

blazor/smart-ai-solutions/ai/azure-openai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ await builder.Build().RunAsync();
130130
{% endtabs %}
131131

132132
**For Server Render Mode**:
133-
Register the service in the single `~/Program.cs` file.
133+
If the **Interactive Render Mode** is set to `Server`, your project will contain a single **~/Program.cs** file. So, you should register the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Service only in that **~/Program.cs** file.
134134

135135
{% tabs %}
136136
{% highlight c# tabtitle="~/_Program.cs" hl_lines="2 9" %}

blazor/smart-ai-solutions/ai/ollama.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ await builder.Build().RunAsync();
124124
{% endtabs %}
125125

126126
**For Server Render Mode**:
127-
Register the service in the single `~/Program.cs` file.
127+
If the **Interactive Render Mode** is set to `Server`, your project will contain a single **~/Program.cs** file. So, you should register the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Service only in that **~/Program.cs** file.
128128

129129
{% tabs %}
130130
{% highlight c# tabtitle="~/_Program.cs" hl_lines="2 9" %}

blazor/smart-ai-solutions/ai/openAI.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Install-Package Microsoft.Extensions.AI.OpenAI
8787
Register the Syncfusion Blazor service in the `~/Program.cs` file based on the interactive render mode.
8888

8989
**For WebAssembly or Auto Render Mode**:
90-
Register the service in both `~/Program.cs` files (server and client).
90+
If the **Interactive Render Mode** is set to `Server`, your project will contain a single **~/Program.cs** file. So, you should register the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Service only in that **~/Program.cs** file.
9191

9292
{% tabs %}
9393
{% highlight c# tabtitle="Server (~/Program.cs)" hl_lines="3 11" %}
@@ -121,7 +121,7 @@ await builder.Build().RunAsync();
121121
{% endtabs %}
122122

123123
**For Server Render Mode**:
124-
Register the service in the single `~/Program.cs` file.
124+
If the **Interactive Render Mode** is set to `Server`, your project will contain a single **~/Program.cs** file. So, you should register the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Service only in that **~/Program.cs** file.
125125

126126
{% tabs %}
127127
{% highlight c# tabtitle="~/_Program.cs" hl_lines="2 9" %}

0 commit comments

Comments
 (0)