4.8.18 test (#3543)
* perf: login check * doc * perf: llm model config * perf: team clb config
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
{
|
||||
"active_model": "可用模型",
|
||||
"add_default_model": "添加预设模型",
|
||||
"api_key": "API 密钥",
|
||||
"bills_and_invoices": "账单与发票",
|
||||
"channel": "渠道",
|
||||
"confirm_logout": "确认退出登录?",
|
||||
"create_channel": "新增渠道",
|
||||
"create_model": "新增模型",
|
||||
"custom_model": "自定义模型",
|
||||
"default_model": "预设模型",
|
||||
"logout": "登出",
|
||||
"model_provider": "模型提供商",
|
||||
"notifications": "通知",
|
||||
|
||||
@@ -1190,6 +1190,7 @@
|
||||
"tag_list": "标签列表",
|
||||
"team_tag": "团队标签",
|
||||
"textarea_variable_picker_tip": "输入\"/\"可选择变量",
|
||||
"unauth_token": "凭证已过期,请重新登录",
|
||||
"unit.character": "字符",
|
||||
"unit.minute": "分钟",
|
||||
"unit.seconds": "秒",
|
||||
|
||||
@@ -106,7 +106,7 @@
|
||||
"team.group.set_as_admin": "设为管理员",
|
||||
"team.group.toast.can_not_delete_owner": "不能删除所有者, 请先转让",
|
||||
"team.group.transfer_owner": "转让所有者",
|
||||
"team.org.org": "组织",
|
||||
"team.org.org": "部门",
|
||||
"team.manage_collaborators": "管理协作者",
|
||||
"team.no_collaborators": "暂无协作者",
|
||||
"team.write_role_member": "可写权限",
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
"execution_error": "运行错误",
|
||||
"extraction_requirements_description": "提取要求描述",
|
||||
"extraction_requirements_description_detail": "给AI一些对应的背景知识或要求描述,引导AI更好的完成任务。\\n该输入框可使用全局变量。",
|
||||
"extraction_requirements_placeholder": "例如: \\n1. 当前时间为: {{cTime}}。你是一个实验室预约助手,你的任务是帮助用户预约实验室,从文本中获取对应的预约信息。\\n2. 你是谷歌搜索助手,需要从文本中提取出合适的搜索词。",
|
||||
"extraction_requirements_placeholder": "例如: 1. 当前时间为: {{cTime}}。你是一个实验室预约助手,你的任务是帮助用户预约实验室,从文本中获取对应的预约信息。\n2. 你是谷歌搜索助手,需要从文本中提取出合适的搜索词。",
|
||||
"feedback_text": "反馈的文本",
|
||||
"field_description": "字段描述",
|
||||
"field_description_placeholder": "描述该输入字段的功能,如果为工具调用参数,则该描述会影响模型生成的质量",
|
||||
|
||||
Reference in New Issue
Block a user