{{ getSystemPageTitle(systemPage) }}
{{ userGroupList.length }}
用户组总数
{{ userGroupList.filter(r => r.assignees && r.assignees.some(a => a.type === 'dept')).length }}
按部门分配
{{ userGroupList.filter(r => r.assignees && r.assignees.some(a => a.type === 'team')).length }}
按团队分配
{{ userGroupList.filter(g => g.code !== 'super_admin').length }}
普通用户组
基础配置
配置系统的基本参数,包括系统名称、Logo、会话超时时间和语言设置等
系统基本设置
安全设置
配置系统的安全策略,包括密码策略、登录锁定机制和双因素认证等,保障系统安全
密码策略
登录安全
通知设置
配置系统的通知方式,包括邮件、短信和站内消息等通知渠道
邮件通知
其他通知方式
模型列表
GPT-4
已部署
OpenAI 最新一代多模态大语言模型
Claude 3.5
已部署
Anthropic 高性能推理模型
Qwen 2.5
未部署
通义千问开源大语言模型
Llama 3.1
已部署
Meta 开源大语言模型
项目管理
{{ isToolPage ? '从工具模板创建' : '从应用模板创建' }}
{{ template.tag }}
{{ template.title }}
{{ template.desc }}
更多模板
{{ getPageTitle(currentPage) }}
全部
Chatbot
工作流
Agent
全部
自定义
MCP
技能
数据源
{{ selectedProject || '请选择项目' }}
{{ searchFilterOptions.find(opt => opt.value === searchFilter)?.label || '名称' }}
{{ template.title }}
{{ template.statusText || '已发布' }}
{{ isToolPage ? '创建工具' : '创建应用' }}
{{ folder.name }}
{{ app.name }}
{{ isToolPage ? (app.toolStatusText || '已启用') : (app.statusText || '未发布') }}