fix: ux bug
This commit is contained in:
@@ -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'
|
||||
};
|
||||
|
||||
@@ -12,5 +12,7 @@ export default {
|
||||
'你可以使用以下代码将当前的提示和设置集成到你的应用程序中。',
|
||||
'playground.completion': '补全',
|
||||
'playground.prompt': '提示',
|
||||
'playground.tokenusage': 'Token 使用量'
|
||||
'playground.tokenusage': 'Token 使用量',
|
||||
'models.openinplayground': '试验场打开',
|
||||
'playground.tokenoutput': '输出'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user