[GH-ISSUE #6880] Duplicate names in model selection #14520

Closed
opened 2026-04-19 20:51:44 -05:00 by GiteaMirror · 1 comment
Owner

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 tab

Describe 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!

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 tab **Describe 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!
Author
Owner

@tjbck commented on GitHub (Nov 12, 2024):

Already added to dev.

<!-- gh-comment-id:2471599406 --> @tjbck commented on GitHub (Nov 12, 2024): Already added to dev.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#14520