mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[dev-branch] whitelisted models migration failed #2638
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 13, 2024).
Bug Report
Installation Method
docker :dev
Environment
Confirmation:
Browser logs
nothing in browserlogs except saveSessionSelectedModels is set to the old selected default model and an empty [] array is returned both for "usage" and and the console.log(models).
Expected Behavior:
after switching to :dev models should show up when the connection model-id's list is left empty, I can see openwebui querying /models endpoint but not getting any results (/models does serve them); I did make use of model whitelisting before, so I assume the migration between the two formats has broken this?
Actual Behavior:
logging in as user leaves me with no models anymore displaying "No results found" in place of the models list
@tjbck commented on GitHub (Nov 13, 2024):
The model filter feature is currently being overhauled to support user groups. Appreciate your patience.