我想把mimo接入cc使用 但是发现按照小米给的url和模型名称会提示不存在该模型 难道说cc会检测该模型是否为A\的? 还是只是我的设置有问题
{
"cmake.showOptionsMovedNotification": false,
"fittencode.languagePreference.displayPreference": "zh-cn",
"fittencode.languagePreference.commentPreference": "zh-cn",
"editor.unicodeHighlight.nonBasicASCII": false,
"C_Cpp.default.compilerPath": "C:\\msys64\\ucrt64\\bin\\gcc.exe",
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false,
"files.autoSave": "afterDelay",
"github.copilot.enable": {
"*": false,
"plaintext": false,
"markdown": false,
"scminput": false,
"html": false
},
"python.defaultInterpreterPath": "D:\\Program Files\\py\\python.exe",
"workbench.editorAssociations": {
"*.copilotmd": "vscode.markdown.preview.editor",
"*.xlsx": "default"
},
"explorer.fileNesting.patterns": {
"*.ts": "${capture}.js",
"*.js": "${capture}.js.map, ${capture}.min.js, ${capture}.d.ts",
"*.jsx": "${capture}.js",
"*.tsx": "${capture}.ts",
"tsconfig.json": "tsconfig.*.json",
"package.json": "package-lock.json, yarn.lock, pnpm-lock.yaml, bun.lockb, bun.lock",
"*.sqlite": "${capture}.${extname}-*",
"*.db": "${capture}.${extname}-*",
"*.sqlite3": "${capture}.${extname}-*",
"*.db3": "${capture}.${extname}-*",
"*.sdb": "${capture}.${extname}-*",
"*.s3db": "${capture}.${extname}-*"
},
"workbench.colorTheme": "Default Light Modern",
"workbench.startupEditor": "none",
"chat.viewSessions.orientation": "stacked",
"workbench.secondarySideBar.defaultVisibility": "hidden",
"python.createEnvironment.trigger": "off",
"git.openRepositoryInParentFolders": "never",
"claudeCode.preferredLocation": "panel",
"claudeCode.selectedModel": "mimo-v2.5-pro",
"claudeCode.environmentVariables": [
{
"name": "ANTHROPIC_BASE_URL",
"value": ""
},
{
"name": "ANTHROPIC_AUTH_TOKEN",
"value": ""
},
{
"name": "ANTHROPIC_DEFAULT_SONNET_MODEL",
"value": ""
},
{
"name": "ANTHROPIC_DEFAULT_OPUS_MODEL",
"value": ""
},
{
"name": "ANTHROPIC_DEFAULT_HAIKU_MODEL",
"value": ""
}
]
}
上面是配置文件 在使用鸡哥的opus 4.6的时候没有问题
2 个帖子 - 2 位参与者