mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-05 16:28:32 -05:00
[GH-ISSUE #7106] Models API endpoint returns 0 models for normal user #53275
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 (Nov 20, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7106
Bug Report
Environment
Expected Behavior:
To get list of models that user has access for.
Actual Behavior:
0 models in web page and api endpoint
Description
Bug Summary:
Whenever user is "user" they get zero models no matter what is allowed. Swapping them to admin allows them to see models.
User can however see list of models in the new chat dropdown, but not in models page.
HTTP url is being used, seeing something being worked on HTTPS side might have caused a side effect.
Note sure if this worked on 0.4.0 but before that it did for sure.