preferences that are model related need to be stored with the selected model #35

Closed
opened 2026-07-26 19:15:55 +00:00 by hugo · 1 comment
Owner

parameters that are related to the model behaviour need to be stored per model and thinking effortand rehydrated on model switch, so that for example activation of ssd streaming and context limit and other settings are aligned with the selected model. Deepseek V4 Flash will have very different settings from GLM 5.2, but also Flash with no thinking and Flash with max thinking will differ.

So the panel for those settings that are token generation related need to have a selection at the top with the model and thinking effort and then present the values set up for that combination. the default should be the currently selected model and the default thinking mode for that model.

some of tjhe generation parameters are outside that, for example the system prompt is a global setting and should move to its own section for prompt related stuff, and the default thinking mode belongs to the model selection in the top.

"Acceleration & memory" is also model dependent, but not thinking dependent. this should have a model selection at the top and store the values per model, and the model selection should default to the model selected in "Model & lifecycle".

The goal is to have the model selection and thinking mode selection in preferences (and also in chat window - thinking can be switched there!) to load the correct preferences and use them in generation. So switching thinking could for example use different context sizes and temperature.

parameters that are related to the model behaviour need to be stored per model and thinking effortand rehydrated on model switch, so that for example activation of ssd streaming and context limit and other settings are aligned with the selected model. Deepseek V4 Flash will have very different settings from GLM 5.2, but also Flash with no thinking and Flash with max thinking will differ. So the panel for those settings that are token generation related need to have a selection at the top with the model and thinking effort and then present the values set up for that combination. the default should be the currently selected model and the default thinking mode for that model. some of tjhe generation parameters are outside that, for example the system prompt is a global setting and should move to its own section for prompt related stuff, and the default thinking mode belongs to the model selection in the top. "Acceleration & memory" is also model dependent, but not thinking dependent. this should have a model selection at the top and store the values per model, and the model selection should default to the model selected in "Model & lifecycle". The goal is to have the model selection and thinking mode selection in preferences (and also in chat window - thinking can be switched there!) to load the correct preferences and use them in generation. So switching thinking could for example use different context sizes and temperature.
hugo added the bug label 2026-07-26 19:15:55 +00:00
hugo added idea and removed bug labels 2026-07-27 13:26:02 +00:00
hugo added enhancement and removed idea labels 2026-08-02 10:11:18 +00:00
Author
Owner

implemented

implemented
hugo closed this issue 2026-08-02 12:35:12 +00:00
Sign in to join this conversation.