mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #10863] Feature Request: Set and Preserve Default Temperature for Public Models #16058
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hcp08gy on GitHub (Feb 27, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10863
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
:mainor:devDocker 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 am publishing models using OpenWebUI and would like to set a default temperature value for a specific model. This way, when other users use the model, they won’t need to adjust the temperature each time, avoiding repetitive configurations and unnecessary setup.
Describe the solution you'd like
I would like the ability to set a default temperature value for each model during the publishing process or in the configuration. This way, when other users use the model, the temperature will automatically be applied without the need for manual adjustment, ensuring a consistent user experience.
Describe alternatives you've considered
I considered manually adjusting the temperature every time the model is used, but this is very inconvenient, especially when multiple users are sharing the same model and there’s a need for consistent default settings.
Another option I considered was allowing each user to have their own individual temperature setting, but this would affect the overall consistency and simplicity of the experience.
Additional context
As a model publisher, I would like to have control over the default configurations of my publicly shared models, especially the temperature parameter, to ensure that other users have a smoother experience.
If OpenWebUI could provide an option for publishers to set a fixed default temperature value for each model, it would greatly improve the user experience and save time on adjustments every time the model is used.
@tjbck commented on GitHub (Feb 27, 2025):
You already can.
@hcp08gy commented on GitHub (Feb 27, 2025):
How can i do it?