mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #13900] feat: Sort out models alphabetically in dropdown list on homepage #55733
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 @thomas-jamet on GitHub (May 15, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/13900
Check Existing Issues
Problem Description
The dropdown list for model selection on the homepage is not sorted out alphabetically which can be cumbersome when dealing with more than just a few models.
Desired Solution you'd like
I believe alphabetical sorting should be the default mode.
Alternatives Considered
No response
Additional Context
No response
@silentoplayz commented on GitHub (May 15, 2025):
Sorting the model dropdown list is a feature that already exists, albeit, buried and mostly hidden away behind menus.
Visit the
Admin Panel, then theModelssection. Click theSettingsgear in the top right of this page. Then click onReorder Modelsto have your models list alphabetically sorted. Remember to pressSaveat the bottom of this list to ensure your changes gets applied.