rerrrclaude code router配置的问题 中发帖

安装官网教程配置好了 claude-code-router. 执行 ccr restart, 然后执行 ccr code打开 claude code。测试输入: 1+1=? ,响应: `There’s an issue with the selected model (claude-sonnet-4-6). It may not exist or you may not have access to it. Run /model to pick a different model.` 
[image]
使用 `ccr code --model DeepSeek-V3.2`
还是一样的提示
[image]
配置如下:
{
"LOG": true,
"LOG_LEVEL": "info",
"CLAUDE_PATH": "",
"HOST": "127.0.0.1"...