mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #9484] Sort the model picker list #31053
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 @rlabusiness on GitHub (Feb 6, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/9484
Feature Request
Is your feature request related to a problem? Please describe.
Yes, I find it hard to choose from a variety of similarly-named models in the drop-down list because the list is not sorted alphabetically. It's showing in whatever order it comes from ollama.
Describe the solution you'd like
Give the user an option to sort alphabetically
Bonus points if there are other sort options, such as by number of model parameters, by model size, by model family, etc., but this isn't necessary. Alphabetically would be great.
Describe alternatives you've considered
I don't know of any workarounds.
Additional context
Screenshot included showing the problem.