update: glm4新增plus模式开关

This commit is contained in:
带套的老王 2025-03-27 21:55:14 +08:00
parent 327802ed7b
commit 200d392819
3 changed files with 10 additions and 1 deletions

View file

@ -316,6 +316,12 @@ export function supportGuoba () {
bottomHelpMessage: 'chatglm_refresh_token 6个月有效期',
component: 'Input'
},
{
field: 'if_plus_model',
label: 'PLUS模式',
bottomHelpMessage: '更聪明,更全面',
component: 'Switch'
},
{
label: '以下为Claude API方式的配置',
component: 'Divider'