feat: support chatglm.cn

This commit is contained in:
ikechan8370 2024-01-17 13:06:59 +08:00
parent 8bdf9a3b6d
commit c69358cd80
7 changed files with 287 additions and 23 deletions

View file

@ -514,6 +514,16 @@ export function supportGuoba () {
bottomHelpMessage: '使用GPT-4注意试用配额较低如果用不了就关掉',
component: 'Switch'
},
{
label: '以下为智谱清言ChatGLM方式的配置。',
component: 'Divider'
},
{
field: 'chatglmRefreshToken',
label: 'refresh token',
bottomHelpMessage: 'chatglm_refresh_token 6个月有效期',
component: 'Input'
},
{
label: '以下为Slack Claude方式的配置',
component: 'Divider'