Skip to content

Commit d3edbce

Browse files
committed
fix: enable reasoning for o1 model
1 parent 0d08f3c commit d3edbce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal/providers/configs/openrouter.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1641,8 +1641,8 @@
16411641
"cost_per_1m_out_cached": 7.5,
16421642
"context_window": 200000,
16431643
"default_max_tokens": 50000,
1644-
"can_reason": false,
1645-
"has_reasoning_efforts": false,
1644+
"can_reason": true,
1645+
"has_reasoning_efforts": true,
16461646
"supports_attachments": true
16471647
},
16481648
{
@@ -2365,4 +2365,4 @@
23652365
"HTTP-Referer": "https://charm.land",
23662366
"X-Title": "Crush"
23672367
}
2368-
}
2368+
}

0 commit comments

Comments
 (0)