You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked for the closest equivalent in the Crush configuration and found the think parameter. I tried setting it to false in my ~/.config/crush/crush.json as shown below, but it didn't seem to have any effect.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
First off, I want to say thank you for creating Crush, it's been a great help!
I have a question regarding the OpenRouter provider. According to their documentation, it should be possible to disable reasoning tokens by setting a parameter like enabled: false (see: https://openrouter.ai/docs/use-cases/reasoning-tokens#enable-reasoning-with-default-config).
I looked for the closest equivalent in the Crush configuration and found the think parameter. I tried setting it to false in my ~/.config/crush/crush.json as shown below, but it didn't seem to have any effect.
{ "$schema": "https://charm.land/crush.json", "models": { "large": { "provider": "openrouter", "model": "deepseek/deepseek-chat-v3.1", "think": false } } }Is there another way to disable reasoning for OpenRouter, or is this feature not yet supported?
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions