Anthropic's endpoints is it possible to set the default in .env or librechat.yml to do not turn on claude3.7 thinking mode? #6822
Replies: 5 comments 5 replies
-
When browsing issues, I see that prompt caching can be disabled, can it be implemented in the config file? |
Beta Was this translation helpful? Give feedback.
-
I would also like a yaml setting to turn thinking off by default, instead of it being on by default (for Claude 3.7 at least). |
Beta Was this translation helpful? Give feedback.
-
There is no feature to customize parameters or default parameter values, I'm taking this as a feature request |
Beta Was this translation helpful? Give feedback.
-
Maybe |
Beta Was this translation helpful? Give feedback.
-
@harrisonhxy Have you tried the parameters you list:
Do they turn off thinking by default? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have anthropic endpoints configured now, and the problem I'm having is that when I start the container every time I want to use the non-thinking model of claude 3.7, I need to manually turn off
thinking
button in the sidebar parameter. it's quite cumbersome.I was under the impression that using
presets
, I could save the non-thinking models. but since some of my users are not in the habit of using Preset, I was thinking it would be a lot easier if I could have claude3.7 in a non-thinking mode by default when the container is started. in other hand, I can add the thinking model of claude3.7 viaModel Spec
, which would greatly simplify the process for the user, and would be much more convenient!I've tried to use it in
librechat.yml
so far, but claude 3.7 still has thinking mode turned on by default:Beta Was this translation helpful? Give feedback.
All reactions