fix(style): markdown viewer text-intent

This commit is contained in:
jialin
2024-09-29 16:54:00 +08:00
parent 5c2503b2a8
commit 69ffdd4604
10 changed files with 63 additions and 54 deletions
+1 -1
View File
@@ -46,5 +46,5 @@ export default {
'playground.compare.applytoall': 'Apply to all models',
'playground.model.noavailable': 'No available models.',
'playground.model.noavailable.tips':
'Please deploy a model first, and it is not an Embedding Only model.'
'Please deploy a model first, and it should not be an embedding-only model.'
};
+1 -1
View File
@@ -46,5 +46,5 @@ export default {
'playground.compare.applytoall': '应用到所有模型',
'playground.model.noavailable': '无可用模型',
'playground.model.noavailable.tips':
'请先部署模型,且不是 Embedding Only 模型'
'请先部署模型,且不是 Embedding Only 模型'
};