mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 07:43:10 -05:00
feat: sorting the models by size at model selection #3582
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 @jason19970210 on GitHub (Feb 5, 2025).
Feature Request
Once there are many of models link from different ollama endpoints, the select section just shows the models without sorting.
I am wondering to have the models result be sorted according to their size, such as 8b will go before 7b models as well.
And of course, the user config default model must be put at the first index in the scroll bar.
Current Output
Expect Output
Thanks a lot.