chore: languages settings
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
export default {
|
||||
'playground.system.tips': 'Enter system message here...',
|
||||
'playground.title': 'Playground',
|
||||
'playground.system': 'System',
|
||||
'playground.user': 'User',
|
||||
'playground.assistant': 'Assistant',
|
||||
'playground.newMessage': 'New Message',
|
||||
'playground.viewcode': 'View Code',
|
||||
'playground.model': 'Model',
|
||||
'playground.parameters': 'Parameters',
|
||||
'playground.viewcode.info':
|
||||
'You can use the following code to start integrating your current prompt and settings into your application.',
|
||||
'playground.completion': 'Completion',
|
||||
'playground.prompt': 'Prompt',
|
||||
'playground.tokenusage': 'Token Usage',
|
||||
'models.openinplayground': 'Open in Playground'
|
||||
};
|
||||
Reference in New Issue
Block a user