fix: ux bug

This commit is contained in:
jialin
2024-07-02 17:30:03 +08:00
parent 49efbd1a7f
commit 316019586f
19 changed files with 102 additions and 133 deletions
+2 -1
View File
@@ -13,5 +13,6 @@ export default {
'playground.completion': 'Completion',
'playground.prompt': 'Prompt',
'playground.tokenusage': 'Token Usage',
'models.openinplayground': 'Open in Playground'
'models.openinplayground': 'Open in Playground',
'playground.tokenoutput': 'Output'
};
+3 -1
View File
@@ -12,5 +12,7 @@ export default {
'你可以使用以下代码将当前的提示和设置集成到你的应用程序中。',
'playground.completion': '补全',
'playground.prompt': '提示',
'playground.tokenusage': 'Token 使用量'
'playground.tokenusage': 'Token 使用量',
'models.openinplayground': '试验场打开',
'playground.tokenoutput': '输出'
};