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'
};