File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed
Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff 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
8877Once 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
You can’t perform that action at this time.
0 commit comments