chore: docker add worker command

This commit is contained in:
jialin
2024-11-28 23:19:31 +08:00
parent 849150c9ab
commit 0cc2a40f26
18 changed files with 549 additions and 434 deletions
+2 -1
View File
@@ -109,5 +109,6 @@ export default {
'In the chart, the distance between points indicates the similarity between the corresponding documents. Closer points mean higher similarity.',
'playground.audio.button.play': 'Play',
'playground.audio.button.download': 'Download',
'playground.audio.button.stop': 'Stop'
'playground.audio.button.stop': 'Stop',
'playground.image.prompt.random': 'Random Prompt'
};
+2 -1
View File
@@ -106,5 +106,6 @@ export default {
'在图表中,点之间的距离表示相应文档之间的相似度。点越近意味着相似度越高。',
'playground.audio.button.play': '播放',
'playground.audio.button.download': '下载',
'playground.audio.button.stop': '停止'
'playground.audio.button.stop': '停止',
'playground.image.prompt.random': '随机提示词'
};