Files
ccs/config/base-qoder.settings.json
T
shiminhao964andClaude Opus 4.7 c5308ded3b fix(cliproxy): revert to qoder/auto prefixed model in base config
Qoder executor now strips the qoder/ provider prefix before model
lookup, matching the convention used by kilo and other providers.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-21 18:32:20 +08:00

11 lines
330 B
JSON

{
"env": {
"ANTHROPIC_BASE_URL": "http://127.0.0.1:8317/api/provider/qoder",
"ANTHROPIC_AUTH_TOKEN": "ccs-internal-managed",
"ANTHROPIC_MODEL": "qoder/auto",
"ANTHROPIC_DEFAULT_OPUS_MODEL": "qoder/auto",
"ANTHROPIC_DEFAULT_SONNET_MODEL": "qoder/auto",
"ANTHROPIC_DEFAULT_HAIKU_MODEL": "qoder/auto"
}
}