diff --git a/ui/src/workflow/nodes/image-understand/index.vue b/ui/src/workflow/nodes/image-understand/index.vue
index c3f1184ad..ecde49434 100644
--- a/ui/src/workflow/nodes/image-understand/index.vue
+++ b/ui/src/workflow/nodes/image-understand/index.vue
@@ -56,7 +56,7 @@
>
{{ item.name }}
公用
+ >公用
@@ -113,7 +113,7 @@
通过调整提示词内容,可以引导大模型聊天方向,该提示词会被固定在上下文的开头,可以使用变量。
+ >通过调整提示词内容,可以引导大模型聊天方向,该提示词会被固定在上下文的开头,可以使用变量。
@@ -131,9 +131,9 @@
@@ -143,9 +143,13 @@
:value-on-clear="0"
controls-position="right"
class="w-full"
+ :step="1"
+ :step-strictly="true"
/>
- {
@@ -268,9 +271,7 @@ function getProvider() {
})
}
-const model_change = (model_id?: string) => {
-
-}
+const model_change = (model_id?: string) => {}
function submitSystemDialog(val: string) {
set(props.nodeModel.properties.node_data, 'system', val)
@@ -286,10 +287,6 @@ onMounted(() => {
set(props.nodeModel, 'validate', validate)
})
-
-
-
\ No newline at end of file
+