Is there a way to force-stop the reasoning on the SillyTavern level?
(If you're going to mumble about "why would you want to disable it?", etc., just close the tab.)
Ideally, I want to strictly disable the reasoning (on the models that allow it).
> "reasoning": {"enabled": false}
> "thinking": {"type": "disabled"}
Both of these official parameters kinda work, but it still triggers reasoning sometimes.
Now, is there a way to manually strip it out in the SillyTavern?
So far, I have tried:
- adding ["<think>", "</think>"] in the Custom Stopping Strings. Didn't work.
- adding <think>, </think> in the Auto-swipe. Didn't work.