mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #2868] feat: Add Edit and Delete Buttons to Model Selection Dropdown #13045
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 5, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/2868
Is your feature request related to a problem? Please describe.
I'm always frustrated when I have to manage many models in the chat's model selection dropdown. Currently, all models are displayed without any options to edit or delete them directly from the dropdown, which makes it cumbersome to manage and organize the models efficiently.
Describe the solution you'd like
I would like to have edit and delete buttons next to each model in the chat's model selection dropdown. This would allow users to quickly introduce changes to the model's settings or remove models that are no longer needed, improving the overall user experience and making model management more intuitive and efficient.
Describe alternatives you've considered
An alternative solution could be to have a separate model management interface where users can edit and delete models. However, this would require navigating away from the chat interface, which is less convenient than having the options directly in the dropdown.
Additional context
Adding these buttons would create shortcuts and improve the quality of life for users who frequently manage multiple models.