Skip to content

Commit 2ca9c26

Browse files
committed
feat(config): update default and think model providers
1 parent 7733afe commit 2ca9c26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/config/claude_code_config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
}
3232
],
3333
"Router": {
34-
"default": "openrouter,qwen/qwen3-coder",
34+
"default": "openrouter,anthropic/claude-sonnet-4",
3535
"background": "openrouter,google/gemini-2.5-flash",
36-
"think": "openrouter,deepseek/deepseek-r1",
36+
"think": "openrouter,qwen/qwen3-coder",
3737
"longContext": "openrouter,kimi/kimi-k2",
3838
"longContextThreshold": 60000,
3939
"webSearch": "openrouter,mistralai/mistral-medium-3.1"

0 commit comments

Comments
 (0)