fix: modify tip of default embedding model

This commit is contained in:
JzoNg 2024-11-28 17:27:04 +08:00
parent 3bcd470ec6
commit be7fa93ffc
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ const translation = {
qualified: 'High Quality',
recommend: 'Recommend',
qualifiedTip: 'Call default system embedding interface for processing to provide higher accuracy when users query.',
warning: 'Please set up the model provider API key first.',
warning: 'Please set up the default embedding model first.',
click: 'Go to settings',
economical: 'Economical',
economicalTip: 'Use offline vector engines, keyword indexes, etc. to reduce accuracy without spending tokens',

View File

@ -117,7 +117,7 @@ const translation = {
qualified: '高质量',
recommend: '推荐',
qualifiedTip: '调用系统默认的嵌入接口进行处理,以在用户查询时提供更高的准确度',
warning: '请先完成模型供应商的 API KEY 设置。.',
warning: '请先设置默认 embedding 模型',
click: '前往设置',
economical: '经济',
economicalTip: '使用离线的向量引擎、关键词索引等方式,降低了准确度但无需花费 Token',