chore: images create

This commit is contained in:
jialin
2024-11-22 10:00:34 +08:00
parent c3473673da
commit dde937f460
52 changed files with 1883 additions and 941 deletions
+22 -1
View File
@@ -48,5 +48,26 @@ 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 should not be an embedding-only model.'
'Please deploy a model first, and it should not be an embedding-only model.',
'playground.params.counts': 'Counts',
'playground.params.quality': 'Quality',
'playground.params.style': 'Style',
'playground.params.size': 'Size',
'playground.params.voice': 'Voice',
'playground.params.format': 'Format',
'playground.params.speed': 'Speed',
'playground.params.language': 'Language',
'playground.params.width': 'Width',
'playground.params.height': 'Height',
'playground.params.custom': 'Custom',
'playground.params.empty.tips': 'Generated images will appear here',
'playground.embedding.documents': 'Documents',
'playground.embedding.addtext': 'Add Text',
'playground.embedding.inputyourtext': 'Input your text',
'playground.embedding.output': 'Output',
'playground.embedding.chart': 'Chart',
'playground.rerank.query': 'Query',
'playground.rerank.rank': 'Rank',
'playground.rerank.score': 'Score',
'playground.rerank.query.holder': 'Input your query'
};