export default { 'playground.system.tips': 'Type system instructions here', 'playground.title': 'Playground', 'playground.system': 'System', 'playground.systemMessage': 'System instructions', '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.timeToFirstToken': 'Time to first token', 'playground.timePerOutputToken': 'Time per output token', 'playground.tokenusage': 'Token Usage', 'models.openinplayground': 'Open in Playground', 'playground.tokenoutput': 'Output', 'playground.params.temperature.tips': 'Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.', 'playground.params.maxtokens.tips': "The maximum number of tokens to generated. The total length of input tokens and generated tokens is limited by the model's context length.", 'playground.params.topp.tips': 'Controls diversity via nucleus sampling: 0.5 means half of all likelihood-weighted options are considered.', 'playground.params.seed.tips': 'If specified, our system will make a best effort to sample deterministically, such that repeated requests with the same seed and parameters should return the same result.', 'playground.params.stop.tips': 'A stop sequence is a predefined or user-specified text string that signals the AI to stop generating further tokens when these sequences appear.', 'playground.viewcode.tips': 'Your API Key can be found {here}.You should use environment variables or a secret management tool to expose your key to your applications.', 'playground.viewcode.here': 'here', 'playground.delete.img': 'Delete Image', 'playground.img.upload': 'Upload Image', 'playground.img.upload.success': 'Upload Success', 'playground.img.upload.error': 'Upload Error', 'playground.toolbar.clearmsg': 'Clear Messages', 'playground.toolbar.prompts': 'Prompts', 'playground.toolbar.compare2Model': '2-Model Comparison', 'playground.toolbar.compare3Model': '3-Model Comparison', 'playground.toolbar.compare4Model': '4-Model Comparison', 'playground.toolbar.compare6Model': '6-Model Comparison', 'playground.input.holder': 'Type / to input message', 'playground.input.keyword.holder': 'Type / to input your query', 'playground.compare.apply': 'Apply', 'playground.compare.applytoall': 'Apply to all models', 'playground.model.noavailable': 'No available models', 'playground.model.noavailable.tips': 'Please deploy a model first, and it should not be an embedding-only model.' };