mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #1281] feat: custom model selector #51091
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 @NiLon on GitHub (Mar 24, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1281
Originally assigned to: @tjbck on GitHub.
When opening a new chat there is option to select a model. This dropdown menu should have filtering option where you write something, it only shows matching models. I'm dealing with 30+ models and it's bit tedious to find the one from the list. It should be fuzzy search, such as matching "Gemma" when given "gem" as filtering option, or "13b" etc.
Optional feat 2: Possibly with some sort of regex option such as "7b|13b" would show both 7B and 13B parameter models.
Optional feat 3: And this option possibly could be sticky, so that the search option stays active until removed even when going to new chat. This is closely related to "favorite" model concept, but with having multiple that could dynamically change.
@justinh-rahb commented on GitHub (Mar 24, 2024):
My list is getting quite unmanageable as well, +1 from me!
@tjbck commented on GitHub (Mar 24, 2024):
Just added model search feature with a custom model selector to our dev branch, please try it out and let us know if you encounter any issues!
@NiLon commented on GitHub (Mar 25, 2024):
The search seems to work in its basic form. But could we also get back the old feature that did split models from different sources. Such as local ollama models and different api's? It is useful to know. Also if possible could the dropdown size scale with the viewport size? If there is more room, the dropdown could be longer so that there is less need to scroll.
@justinh-rahb commented on GitHub (Mar 25, 2024):
Agreed, some sort of label to delineate the sources would be nice to have back.