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'
};
+22 -1
View File
@@ -48,5 +48,26 @@ export default {
'playground.compare.applytoall': '应用到所有模型',
'playground.model.noavailable': '无可用模型',
'playground.model.noavailable.tips':
'请先部署模型,且不是 Embedding Only 的模型'
'请先部署模型,且不是 Embedding Only 的模型',
'playground.params.counts': '数量',
'playground.params.quality': '质量',
'playground.params.style': '风格',
'playground.params.size': '尺寸',
'playground.params.voice': '声音',
'playground.params.format': '格式',
'playground.params.speed': '播放速度',
'playground.params.language': '语言',
'playground.params.width': '宽度',
'playground.params.height': '高度',
'playground.params.custom': '自定义',
'playground.params.empty.tips': '生成的图片将出现在这里',
'playground.embedding.documents': '文档',
'playground.embedding.addtext': '添加文本',
'playground.embedding.inputyourtext': '输入你的文本',
'playground.embedding.output': '输出',
'playground.embedding.chart': '图表',
'playground.rerank.query': '查询',
'playground.rerank.rank': '排序',
'playground.rerank.score': '分数',
'playground.rerank.query.holder': '输入查询'
};