Skip to content

Commit 9a0d94a

Browse files
983466: Update ollama.md
1 parent dd69af4 commit 9a0d94a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Install-Package OllamaSharp
9090
Register the Syncfusion Blazor service in the `~/Program.cs` file based on the interactive render mode.
9191

9292
**For WebAssembly or Auto Render Mode**:
93-
Register the service in both `~/Program.cs` files (server and client).
93+
If the **Interactive Render Mode** is set to `WebAssembly` or `Auto`, you need to register the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor service in both **~/Program.cs** files of your Blazor Web App.
9494

9595
{% tabs %}
9696
{% highlight c# tabtitle="Server (~/Program.cs)" hl_lines="3 11" %}
@@ -301,4 +301,4 @@ This example illustrates how the Syncfusion Blazor AI library integrates with Ol
301301
- **Resource Limitations**: Local models require sufficient hardware (e.g., 8GB RAM for `llama2`). Check [Ollama documentation](https://ollama.com/docs) for model-specific requirements.
302302

303303
## See Also
304-
- [Syncfusion Blazor TreeGrid Documentation](https://blazor.syncfusion.com/documentation/treegrid/getting-started-webapp)
304+
- [Syncfusion Blazor TreeGrid Documentation](https://blazor.syncfusion.com/documentation/treegrid/getting-started-webapp)

0 commit comments

Comments
 (0)