mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 20:22:39 +08:00
feat: gpt4 max token set to 8k (#67)
This commit is contained in:
@@ -50,6 +50,7 @@ const translation = {
|
||||
maxToken: 'Max token',
|
||||
maxTokenTip:
|
||||
'Max tokens generated is 2,048 or 4,000, depending on the model. Prompt and completion share this limit. One token is roughly 1 English character.',
|
||||
setToCurrentModelMaxTokenTip: 'Max token is updated to the maximum token of the current model 4,000.',
|
||||
},
|
||||
tone: {
|
||||
Creative: 'Creative',
|
||||
|
||||
@@ -50,6 +50,7 @@ const translation = {
|
||||
maxToken: '最大 Token',
|
||||
maxTokenTip:
|
||||
'生成的最大令牌数为 2,048 或 4,000,取决于模型。提示和完成共享令牌数限制。一个令牌约等于 1 个英文或 4 个中文字符。',
|
||||
setToCurrentModelMaxTokenTip: '最大令牌数更新为当前模型最大的令牌数 4,000。',
|
||||
},
|
||||
tone: {
|
||||
Creative: '创意',
|
||||
|
||||
Reference in New Issue
Block a user