Skip to content

Commit 6bcd9ef

Browse files
authored
✨ Model access supports modification access - 3. Docs update
✨ Model access supports modification access - 3. Docs update
2 parents 0d27360 + b6791c2 commit 6bcd9ef

File tree

14 files changed

+41
-15
lines changed

14 files changed

+41
-15
lines changed
19.6 KB
Loading
16.5 KB
Loading
40.9 KB
Loading
10.2 KB
Loading
19.8 KB
Loading
18 KB
Loading

doc/docs/en/user-guide/model-configuration.md

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,31 @@ To improve import efficiency, Nexent provides a batch model import feature.
5050
<img src="./assets/model/add-model-batch.png" style="width: 50%; height: auto;" />
5151
</div>
5252

53-
## 🗑️ Delete Custom Models
53+
🔧 Edit Custom Models
5454

55-
If you need to remove unused models, follow these steps:
55+
When you need to edit model configurations or delete models you no longer use, follow these steps:
5656

57-
1. Click the "Delete Custom Model" button.
58-
2. Select the model type to delete (LLM/Vector/Visual).
59-
3. Click the delete button 🗑️ to remove the selected model.
57+
1. Click the "Edit Custom Models" button.
58+
2. Select the model type to edit or delete (LLM/Vector/Visual).
59+
3. Choose whether to batch edit models or edit a single-instance custom model.
60+
4. For batch edits, you can toggle model switches and add or remove models. Click the "Edit Configuration" button in the top-right to apply configuration edits to the selected models in bulk.
61+
5. If you are editing a single-instance custom model, click the delete button 🗑️ to remove the target model. To edit its configuration, click the model name to open the edit dialog.
62+
63+
<div style="display: flex; gap: 8px;">
64+
<img src="./assets/model/edit-model-1.png" style="width: 50%; height: 100%;" />
65+
<img src="./assets/model/edit-model-2.png" style="width: 50%; height: 80%;" />
66+
</div>
67+
<br>
6068
<div style="display: flex; gap: 8px;">
61-
<img src="./assets/model/delete-model-1.png" style="width: 50%; height: 100%;" />
62-
<img src="./assets/model/delete-model-2.png" style="width: 50%; height: 80%;" />
69+
<img src="./assets/model/edit-model-3.png" style="width: 50%; height: 100%;" />
70+
<img src="./assets/model/edit-model-4.png" style="width: 50%; height: 80%;" />
6371
</div>
72+
<br>
73+
<div style="display: flex; gap: 8px;">
74+
<img src="./assets/model/edit-model-5.png" style="width: 50%; height: 100%;" />
75+
<img src="./assets/model/edit-model-6.png" style="width: 50%; height: 80%;" />
76+
</div>
77+
6478

6579
## ⚙️ Configure System Models
6680

27.2 KB
Loading
22.3 KB
Loading
52.2 KB
Loading

0 commit comments

Comments
 (0)