19 lines
718 B
TypeScript
19 lines
718 B
TypeScript
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',
|
|
'playground.tokenoutput': 'Output'
|
|
};
|