Skip to content

Commit 4b7ff98

Browse files
authored
Update model configurations in crush.local.json
1 parent f848c7c commit 4b7ff98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configs/crush/crush.local.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"models": {
3-
"large": {"model":"openai/gpt-5","provider":"openrouter","reasoning_effort":"medium","max_tokens":32768},
4-
"small": {"model":"x-ai/grok-code-fast-1","provider":"openrouter","reasoning_effort":"medium","max_tokens":5000}
3+
"large": {"model":"google/gemini-3-pro-preview","provider":"openrouter","reasoning_effort":"medium","max_tokens":32768},
4+
"small": {"model":"x-ai/grok-4.1-fast","provider":"openrouter","reasoning_effort":"medium","max_tokens":5000}
55
}
66
}

0 commit comments

Comments
 (0)