mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #6880] Duplicate names in model selection #14520
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 @lucyknada on GitHub (Nov 12, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/6880
Feature Request
Is your feature request related to a problem? Please describe.
Currently if you point openwebui at two different instances of the same backend; the models in the "users" section are all duplicated (because it does a request to /models and gets the same ones twice) making it near impossible to tell which entry corresponds to which backend
Describe the solution you'd like
Suffix all entries with the id of the backend e.g.
llama-3.1 (#1)which would map to the backend order setup in connections tabDescribe alternatives you've considered
I suppose bruteforce until I see usage on the right backend? with 5+ connections thats quite a game though because the entries are not sorted in any way.
Thanks!
@tjbck commented on GitHub (Nov 12, 2024):
Already added to dev.