Skip to content

Commit

Permalink
chore: something tooltips.
Browse files Browse the repository at this point in the history
--bug=1050731 --user=刘瑞斌 【模型管理】Azure OpenAI中模型类型的提示信息中没有添加图片理解和图片生成的说明 https://www.tapd.cn/57709429/s/1635764
  • Loading branch information
liuruibin committed Dec 23, 2024
1 parent 91dac24 commit 5d6fc8a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions ui/src/views/template/component/CreateModelDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,12 @@
<el-tooltip effect="dark" placement="right">
<template #content>
<p>大语言模型:在应用中与AI对话的推理模型。</p>
<p>
向量模型:在知识库中导入文档进行向量化和向量检索召回分段时使用的向量模型。
</p>
<p>
重排模型:在二次召回中根据召回的候选分段和用户问题的匹配度重新排序,从而得到更精确的结果。
</p>
<p>向量模型:在知识库中对文档内容进行向量化的模型。</p>
<p>语音识别:在应用中开启语音识别后用于语音转文字的模型。</p>
<p>语音合成:在应用中开启语音播放后用于文字转语音的模型。</p>
<p>重排模型:在高级编排应用中使用多路召回时,对候选分段进行重新排序的模型。</p>
<p>图片理解:在高级编排应用中用于图片理解的视觉模型。</p>
<p>图片生成:在高级编排应用中用于图片生成的视觉模型。</p>
</template>
<AppIcon iconName="app-warning" class="app-warning-icon"></AppIcon>
</el-tooltip>
Expand Down

0 comments on commit 5d6fc8a

Please sign in to comment.