diff --git a/ui/src/views/template/component/CreateModelDialog.vue b/ui/src/views/template/component/CreateModelDialog.vue index 31ed4335e..761625522 100644 --- a/ui/src/views/template/component/CreateModelDialog.vue +++ b/ui/src/views/template/component/CreateModelDialog.vue @@ -91,7 +91,9 @@

向量模型:在知识库中对文档内容进行向量化的模型。

语音识别:在应用中开启语音识别后用于语音转文字的模型。

语音合成:在应用中开启语音播放后用于文字转语音的模型。

-

重排模型:在高级编排应用中使用多路召回时,对候选分段进行重新排序的模型。

+

+ 重排模型:在高级编排应用中使用多路召回时,对候选分段进行重新排序的模型。 +

图片理解:在高级编排应用中用于图片理解的视觉模型。

图片生成:在高级编排应用中用于图片生成的视觉模型。

@@ -155,7 +157,11 @@ -
+ +
模型参数
添加 @@ -215,7 +221,14 @@ @@ -360,6 +373,8 @@ const submit = () => { emit('submit') }) } + }).catch(() => { + MsgError('基础信息有填写错误') }) } diff --git a/ui/src/workflow/nodes/text-to-speech-node/index.vue b/ui/src/workflow/nodes/text-to-speech-node/index.vue index 3d669252a..d8eb23ed2 100644 --- a/ui/src/workflow/nodes/text-to-speech-node/index.vue +++ b/ui/src/workflow/nodes/text-to-speech-node/index.vue @@ -97,6 +97,7 @@