fix: model list watch data

This commit is contained in:
jialin
2024-07-15 08:21:06 +08:00
parent 0a0b96735c
commit ec28523daa
17 changed files with 119 additions and 61 deletions
+5 -5
View File
@@ -57,13 +57,13 @@ export default {
'common.table.default': 'Default Value',
'common.copy.success': 'Copied success!',
'common.copy.fail': 'Copied failed!',
'common.delete.success': 'delete success!',
'common.delete.fail': 'delete failed',
'common.edit.success': 'update success!',
'common.delete.success': 'Delete success!',
'common.delete.fail': 'Delete failed',
'common.edit.success': 'Update success!',
'common.edit.fail': 'update failed',
'common.title.config': 'Configuration',
'common.message.fail': 'failed!',
'common.message.success': 'succeed!',
'common.message.fail': 'Failed!',
'common.message.success': 'Succeed!',
'common.delete.tips': 'Are you sure you want to delete?',
'common.button.close': 'Close',
'common.button.done': 'Done',
+3 -1
View File
@@ -24,5 +24,7 @@ export default {
'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.'
'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}.',
'playground.viewcode.here': 'here'
};
+3 -1
View File
@@ -24,5 +24,7 @@ export default {
'playground.params.seed.tips':
'如果指定,我们的系统将尽最大努力进行确定性采样,以便使用相同 seed 和参数的重复请求应返回相同的结果。',
'playground.params.stop.tips':
'停止序列是一个预定义或用户指定的文本字符串,当这些序列出现时,它会提示 AI 停止生成后续的 token。'
'停止序列是一个预定义或用户指定的文本字符串,当这些序列出现时,它会提示 AI 停止生成后续的 token。',
'playground.viewcode.tips': '{here} 查看 API 密钥。',
'playground.viewcode.here': '这里'
};