mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 06:02:06 -05:00
feat: Allow Pinning Models in the Model Selection Dropdown #1372
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 @bannert1337 on GitHub (Jun 25, 2024).
Is your feature request related to a problem? Please describe.
As a user studying for a master's degree in computer science, I often need to switch between several specific models frequently. It becomes frustrating to scroll through an extensive list of models every time I need to switch between them.
Describe the solution you'd like
I would like the ability to pin certain models to the top of the model selection dropdown. This would ensure that my frequently used models are easily accessible without the need to scroll through the entire list.
Describe alternatives you've considered
An alternative solution could be to introduce a "favorites" section within the dropdown where users can mark certain models as favorites and have them appear in a prioritized section at the top.
Additional context
This feature would significantly enhance the user experience for those who routinely work with multiple models, especially in academic settings where efficiency is crucial. Additionally, the pinned state could be saved in user preferences to maintain consistency across sessions.