Skip to content

Commit a88d80e

Browse files
committed
✨ Model access supports modification access - 3. Docs update
1 parent 4fb5a75 commit a88d80e

File tree

2 files changed

+41
-15
lines changed

2 files changed

+41
-15
lines changed

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

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

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,27 @@ Nexent即将支持与ModelEngine平台的无缝对接,届时可自动同步并
5050
<img src="./assets/model/add-model-batch.png" style="width: 50%; height: auto;" />
5151
</div>
5252

53-
## 🗑️ 删除自定义模型
54-
当您需要清理不再使用的模型时,可以通过以下步骤删除模型:
55-
56-
1. 点击“删除自定义模型”按钮。
57-
2. 选择要删除的模型类型(大语言模型/向量化模型/视觉模型)。
58-
3. 点击删除按钮 🗑️ ,即可删除目标模型。
53+
## 🔧 修改自定义模型
54+
当您需要修改模型配置或删除不再使用的模型时,可以通过以下步骤进行操作:
55+
56+
1. 点击“修改自定义模型”按钮。
57+
2. 选择要修改或删除的模型类型(大语言模型/向量化模型/视觉模型)。
58+
3. 选择是批量修改模型,还是修改单例自定义模型
59+
4. 如果批量修改模型,可以通过启动或关闭模型开关,添加或删除模型。您可以通过点击右上角的“修改配置”按钮,对选中的模型进行批量的配置修改
60+
5. 如果是修改单例自定义模型,点击删除按钮 🗑️ ,即可删除目标模型;想要修改相关配置,点击模型名称,即可弹出修改弹窗进行修改
61+
<div style="display: flex; gap: 8px;">
62+
<img src="./assets/model/edit-model-1.png" style="width: 50%; height: 100%;" />
63+
<img src="./assets/model/edit-model-2.png" style="width: 50%; height: 80%;" />
64+
</div>
65+
<br>
66+
<div style="display: flex; gap: 8px;">
67+
<img src="./assets/model/edit-model-3.png" style="width: 50%; height: 100%;" />
68+
<img src="./assets/model/edit-model-4.png" style="width: 50%; height: 80%;" />
69+
</div>
70+
<br>
5971
<div style="display: flex; gap: 8px;">
60-
<img src="./assets/model/delete-model-1.png" style="width: 50%; height: 100%;" />
61-
<img src="./assets/model/delete-model-2.png" style="width: 50%; height: 80%;" />
72+
<img src="./assets/model/edit-model-5.png" style="width: 50%; height: 100%;" />
73+
<img src="./assets/model/edit-model-6.png" style="width: 50%; height: 80%;" />
6274
</div>
6375

6476
## ⚙️ 配置系统模型

0 commit comments

Comments
 (0)