[GH-ISSUE #10560] feat: Persistent Chat Controls Toggle in Chat Controls #15935

Closed
opened 2026-04-19 22:00:19 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @silentoplayz on GitHub (Feb 22, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10560

Feature Request

Important Notes

  • Before submitting a report: Please check the Issues or Discussions section to see if a similar issue or feature request has already been posted. It's likely we're already tracking it! If you’re unsure, start a discussion post first. This will help us efficiently focus on improving the project.

  • Collaborate respectfully: We value a constructive attitude, so please be mindful of your communication. If negativity is part of your approach, our capacity to engage may be limited. We’re here to help if you’re open to learning and communicating positively. Remember, Open WebUI is a volunteer-driven project managed by a single maintainer and supported by contributors who also have full-time jobs. We appreciate your time and ask that you respect ours.

  • Contributing: If you encounter an issue, we highly encourage you to submit a pull request or fork the project. We actively work to prevent contributor burnout to maintain the quality and continuity of Open WebUI.

  • Bug reproducibility: If a bug cannot be reproduced with a :main or :dev Docker setup, or a pip install with Python 3.11, it may require additional help from the community. In such cases, we will move it to the "issues" Discussions section due to our limited resources. We encourage the community to assist with these issues. Remember, it’s not that the issue doesn’t exist; we need your help!

Note: Please remove the notes above when submitting your post. Thank you for your understanding and support!


Is your feature request related to a problem? Please describe.

I often find myself starting new chats within Open WebUI, but wanting to preserve the system prompt and advanced parameters from the chat's modified Chat Controls without cloning the entire chat. This feature would eliminate the redundancy of manually setting these parameters again for each new chat.

Describe the solution you'd like

A toggle in the Chat Controls sidebar that allows me to keep the system prompt and advanced parameters set in the Chat Controls sidebar for new chats. If adjustments are made to these parameters in a new chat with the toggle still checked, the changes should dynamically update even in another new chat. In other words, a "sticky" Chat Controls through a checkbox in the top-right corner of the modal next to the close button, which would allow users to apply the current chat settings to new chats.

Describe alternatives you've considered

I considered using the "Clone Chat" feature, but that clones the entire chat, which might not always be desired. This feature would provide a more selective way to preserve specific parameters from the advanced parameters of Chat Controls.

Additional context

This feature would complement the "cClone Chat" feature well, allowing for more flexibility in managing chat settings. A toggle in the Chat Controls sidebar would make it easy to enable or disable this feature as needed.

Originally created by @silentoplayz on GitHub (Feb 22, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/10560 # Feature Request ## Important Notes - **Before submitting a report**: Please check the Issues or Discussions section to see if a similar issue or feature request has already been posted. It's likely we're already tracking it! If you’re unsure, start a discussion post first. This will help us efficiently focus on improving the project. - **Collaborate respectfully**: We value a constructive attitude, so please be mindful of your communication. If negativity is part of your approach, our capacity to engage may be limited. We’re here to help if you’re open to learning and communicating positively. Remember, Open WebUI is a volunteer-driven project managed by a single maintainer and supported by contributors who also have full-time jobs. We appreciate your time and ask that you respect ours. - **Contributing**: If you encounter an issue, we highly encourage you to submit a pull request or fork the project. We actively work to prevent contributor burnout to maintain the quality and continuity of Open WebUI. - **Bug reproducibility**: If a bug cannot be reproduced with a `:main` or `:dev` Docker setup, or a pip install with Python 3.11, it may require additional help from the community. In such cases, we will move it to the "issues" Discussions section due to our limited resources. We encourage the community to assist with these issues. Remember, it’s not that the issue doesn’t exist; we need your help! Note: Please remove the notes above when submitting your post. Thank you for your understanding and support! --- **Is your feature request related to a problem? Please describe.** > **I often find myself starting new chats within Open WebUI, but wanting to preserve the system prompt and advanced parameters from the chat's modified `Chat Controls` without cloning the entire chat. This feature would eliminate the redundancy of manually setting these parameters again for each new chat.** **Describe the solution you'd like** > **A toggle in the `Chat Controls` sidebar that allows me to keep the system prompt and advanced parameters set in the `Chat Controls` sidebar for new chats. If adjustments are made to these parameters in a new chat with the toggle still checked, the changes should dynamically update even in another new chat. In other words, a "sticky" `Chat Controls` through a checkbox in the top-right corner of the modal next to the close button, which would allow users to apply the current chat settings to new chats.** **Describe alternatives you've considered** > **I considered using the "Clone Chat" feature, but that clones **the entire chat**, which might not always be desired. This feature would provide a more selective way to **preserve specific parameters** from the advanced parameters of `Chat Controls`.** **Additional context** > **This feature would complement the "cClone Chat" feature well, allowing for more flexibility in managing chat settings. A toggle in the `Chat Controls` sidebar would make it easy to enable or disable this feature as needed.**
Author
Owner

@tjbck commented on GitHub (Feb 22, 2025):

@silentoplayz wouldn't this be user-level params?

<!-- gh-comment-id:2676077994 --> @tjbck commented on GitHub (Feb 22, 2025): @silentoplayz wouldn't this be user-level params?
Author
Owner

@silentoplayz commented on GitHub (Feb 22, 2025):

@silentoplayz wouldn't this be user-level params?

@tjbck I've edited the issue for clarity, but yes. It sounds like it could be a user-level parameter.

<!-- gh-comment-id:2676079507 --> @silentoplayz commented on GitHub (Feb 22, 2025): > [@silentoplayz](https://github.com/silentoplayz) wouldn't this be user-level params? @tjbck I've edited the issue for clarity, but yes. It sounds like it could be a user-level parameter.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#15935