mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-29 12:19:32 +00:00
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>
11 lines
330 B
JSON
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"
|
|
}
|
|
}
|