mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #7755] Models are showing for admins but not users #14876
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 @tdiprima on GitHub (Dec 10, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7755
Installation Method
Installed using Docker
Environment
Confirmation:
Expected Behavior:
Models should be visible to non-admin users as per the settings in the Admin Panel.
Actual Behavior:
No models are visible to non-admin users, even though all models are enabled in the Admin Panel settings.
Description
Bug Summary:
Models are visible for admin users but not for regular users. Previously, there was a "whitelist" feature to manage model visibility, but this feature appears to have been removed or is missing. As a result, non-admin users cannot access any models despite them being enabled.
Reproduction Details
Steps to Reproduce:
Admin Panel -> Settings -> Models.Observed Result: No models are displayed for non-admin users.
Logs and Screenshots
Browser Console Logs:
No apparent errors.
console-export-2024-12-10_13-50-34.txt
Docker Container Logs:
docker_logs.txt
Screenshots/Screen Recordings (if applicable):

For a regular user, no models found.
Additional Information
It seems the model management feature ("whitelist") has been removed or altered in the current version. This issue started occurring after updating to Open WebUI v0.4.8 and Ollama v0.5.1.
@tdiprima commented on GitHub (Dec 10, 2024):
It would be nice if the UI/UX were more intuitive here. And maybe a toggle just like "enabled", so we don't have to go in and edit each model in order for it to be visible to our users.