chore: version info modal

This commit is contained in:
jialin
2024-07-12 12:06:17 +08:00
parent c5327d3e56
commit 320db56fbe
38 changed files with 334 additions and 108 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ export default {
'playground.params.topp.tips':
'Controls diversity via nucleus sampling: 0.5 means half of all likelihood-weighted options are considered.',
'playground.params.seed.tips':
'Specify a random seed to ensure deterministic sampling. Using the same seed and parameters will produce the same results for repeated requests.',
'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.'
};
+2 -2
View File
@@ -20,9 +20,9 @@ export default {
'playground.params.maxtokens.tips':
'生成的最大 token 数。输入标记和生成的标记的总长度受模型上下文长度的限制。',
'playground.params.topp.tips':
'通过核采样控制多样性:0.5 表示考虑所有基于概率权重选项的一半。',
'通过核采样控制多样性:0.5 表示考虑所有基于概率权重选项的一半。',
'playground.params.seed.tips':
'指定随机种子以确保确定性采样使用相同种子和参数对于重复请求将产生相同的结果。',
'如果指定,我们的系统将尽最大努力进行确定性采样,以便使用相同种子和参数重复请求应返回相同的结果。',
'playground.params.stop.tips':
'停止序列是一个预定义或用户指定的文本字符串,当这些序列出现时,它会提示 AI 停止生成后续的标记。'
};