add support for TTS model (#2095)
### What problem does this PR solve? add support for TTS model #1853 ### Type of change - [x] New Feature (non-breaking change which adds functionality) --------- Co-authored-by: Zhedong Cen <cenzhedong2@126.com> Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
This commit is contained in:
@@ -460,6 +460,8 @@ export default {
|
||||
systemModelSettings: '系统模型设置',
|
||||
chatModel: '聊天模型',
|
||||
chatModelTip: '所有新创建的知识库都会使用默认的聊天LLM。',
|
||||
ttsModel: 'TTS模型',
|
||||
ttsModelTip: '默认的tts模型会被用于在对话过程中请求语音生成时使用',
|
||||
embeddingModel: '嵌入模型',
|
||||
embeddingModelTip: '所有新创建的知识库都将使用的默认嵌入模型。',
|
||||
img2txtModel: 'Img2txt模型',
|
||||
@@ -482,6 +484,7 @@ export default {
|
||||
modelTypeMessage: '请输入模型类型!',
|
||||
baseUrlNameMessage: '请输入基础 Url!',
|
||||
ollamaLink: '如何集成 {{name}}',
|
||||
FishAudioLink: '如何使用Fish Audio',
|
||||
volcModelNameMessage: '请输入模型名称!',
|
||||
addEndpointID: '模型 EndpointID',
|
||||
endpointIDMessage: '请输入模型对应的EndpointID',
|
||||
@@ -513,6 +516,10 @@ export default {
|
||||
yiyanAKMessage: '请输入 API KEY',
|
||||
addyiyanSK: '一言 Secret KEY',
|
||||
yiyanSKMessage: '请输入 Secret KEY',
|
||||
addFishAudioAK: 'Fish Audio API KEY',
|
||||
FishAudioAKMessage: '请输入 API KEY',
|
||||
addFishAudioRefID: 'FishAudio Refrence ID',
|
||||
FishAudioRefIDMessage: '请输入引用模型的ID(留空表示使用默认模型)',
|
||||
},
|
||||
message: {
|
||||
registered: '注册成功',
|
||||
|
||||
Reference in New Issue
Block a user