style: no available models tips

This commit is contained in:
jialin
2024-09-29 20:34:11 +08:00
parent 458f467985
commit 3978ec683d
6 changed files with 75 additions and 76 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ export default {
'playground.input.holder': 'Type <kbd>/</kbd> to input message',
'playground.compare.apply': 'Apply',
'playground.compare.applytoall': 'Apply to all models',
'playground.model.noavailable': 'No available models.',
'playground.model.noavailable': 'No available models',
'playground.model.noavailable.tips':
'Please deploy a model first, and it should not be an embedding-only model.'
};