Merge commit 'a951a719d1518883474f36579b63bb8f9c4f0494' into pro

This commit is contained in:
kuaifan
2023-08-05 18:44:20 +08:00
249 changed files with 1414 additions and 591 deletions

View File

@@ -55,7 +55,8 @@ class UserBot extends AbstractModel
'approval-alert' => '审批',
'ai-openai' => 'ChatGPT',
'ai-claude' => 'Claude',
'ai-wenxin' => 'Wenxin',
'ai-wenxin' => '文心一言',
'ai-qianwen' => '通义千问',
'bot-manager' => '机器人管理',
default => '', // 不是系统机器人时返回空(也可以拿来判断是否是系统机器人)
};