chore: image size tooltips
This commit is contained in:
@@ -119,5 +119,7 @@ export default {
|
||||
'playground.audio.button.slow': 'Slow Down',
|
||||
'playground.audio.generating': 'Generating',
|
||||
'playgorund.audio.voice.error':
|
||||
'Voices are unavailable. The model may still be initializing. Please refresh after a brief wait.'
|
||||
'Voices are unavailable. The model may still be initializing. Please refresh after a brief wait.',
|
||||
'playground.params.size.description':
|
||||
'The maximum size of the generated image is controlled by the deployment parameters of the model. <a href="https://github.com/gpustack/llama-box" target="_blank">Refer to</a>'
|
||||
};
|
||||
|
||||
@@ -116,5 +116,7 @@ export default {
|
||||
'playground.audio.button.slow': '慢放',
|
||||
'playground.audio.generating': '生成中',
|
||||
'playgorund.audio.voice.error':
|
||||
'声音无法使用。该模型可能仍在初始化。请稍候后刷新。'
|
||||
'声音无法使用。该模型可能仍在初始化。请稍候后刷新。',
|
||||
'playground.params.size.description':
|
||||
'图片生成的最大尺寸受控于模型的部署参数。<a href="https://github.com/gpustack/llama-box" target="_blank">参考文档</a>'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user