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()
72
72
- Set ` SelfHosted ` to ` true ` .
73
73
- Provide the ` Endpoint ` URL where the model is hosted (e.g., ` http://localhost:11434 ` ).
74
74
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 ) .
87
76
88
77
Once the model is running, set the ` DeploymentName ` to match the installed model, such as:
89
78
90
79
- ` deepseek-r1:1.5b `
91
80
- ` 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 `
95
82
96
83
---
97
84
You can’t perform that action at this time.
0 commit comments