Skip to content

Commit fd11206

Browse files
Update README.md
1 parent f4e8757 commit fd11206

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -72,26 +72,13 @@ builder.Services.AddSyncfusionSmartComponents()
7272
- Set `SelfHosted` to `true`.
7373
- Provide the `Endpoint` URL where the model is hosted (e.g., `http://localhost:11434`).
7474

75-
## Installing and Running the DeepSeek Model
76-
Before proceeding, ensure the DeepSeek model is installed and running locally. You can install the model using the following command:
77-
78-
```sh
79-
ollama run <model-name>
80-
```
81-
82-
Replace `<model-name>` with the specific DeepSeek model you want to use. For example:
83-
84-
```sh
85-
ollama run deepseek-r1:1.5b
86-
```
75+
Before proceeding, ensure the [DeepSeek model is installed and running locally](#installing-and-setting-up-the-deepSeek-model).
8776

8877
Once the model is running, set the `DeploymentName` to match the installed model, such as:
8978

9079
- `deepseek-r1:1.5b`
9180
- `deepseek-r1:7b`
92-
- `mistral:7b`
93-
94-
This setup enables Syncfusion SmartComponents to leverage AI-powered text assistance using the locally hosted DeepSeek model.
81+
- `mistral:7b`
9582

9683
---
9784

0 commit comments

Comments
 (0)