Add api for sessions and add max_tokens for tenant_llm (#3472)
### What problem does this PR solve? Add api for sessions and add max_tokens for tenant_llm ### Type of change - [x] New Feature (non-breaking change which adds functionality) --------- Co-authored-by: liuhua <10215101452@stu.ecun.edu.cn>
This commit is contained in:
@@ -393,6 +393,8 @@ export default {
|
||||
maxTokensMessage: '最大token数是必填项',
|
||||
maxTokensTip:
|
||||
'这设置了模型输出的最大长度,以标记(单词或单词片段)的数量来衡量。',
|
||||
maxTokensInvalidMessage: '请输入有效的最大令牌数。',
|
||||
maxTokensMinMessage: '最大令牌数不能小于 0。',
|
||||
quote: '显示引文',
|
||||
quoteTip: '是否应该显示原文出处?',
|
||||
selfRag: 'Self-RAG',
|
||||
@@ -439,6 +441,12 @@ export default {
|
||||
setting: {
|
||||
profile: '概要',
|
||||
profileDescription: '在此更新您的照片和个人详细信息。',
|
||||
maxTokens: '最大token数',
|
||||
maxTokensMessage: '最大token数是必填项',
|
||||
maxTokensTip:
|
||||
'这设置了模型输出的最大长度,以标记(单词或单词片段)的数量来衡量。',
|
||||
maxTokensInvalidMessage: '请输入有效的最大令牌数。',
|
||||
maxTokensMinMessage: '最大令牌数不能小于 0。',
|
||||
password: '密码',
|
||||
passwordDescription: '请输入您当前的密码以更改您的密码。',
|
||||
model: '模型提供商',
|
||||
|
||||
Reference in New Issue
Block a user