zuowan (@KollyYang)claude code中配置 公益站的url-key,使用GLM5.2,一直报错 中发帖

请教, 我是wsl的系统,claude code setting json 配置如下: 
{ 
“env”: {ANTHROPIC_AUTH_TOKEN: “sk”,ANTHROPIC_BASE_URL: “https://api.123nhh.com” 
}, 
“model”: “glm-5.2, 
“enabledPlugins”: { 
“clangd-lsp@claude-plugins-official”: true 
}, 
“skipDangerousModePermissionPrompt”: true 
} 
有如下错误信息: 
● Bash(input JSON failed to parse — 8 bytes) Error: InputValidationError: Bash was called with input that could n...
 
 
Back to Top