Originally created by @lucyknada on GitHub (Nov 13, 2024).
Bug Report
Installation Method
docker :dev
Environment
Open WebUI Version: v.0.3.35
Operating System: Debian 12
Browser (if applicable): 132.0.1
Confirmation:
I have read and followed all the instructions provided in the README.md.
I am on the latest version of both Open WebUI and Ollama.
I have included the browser console logs.
I have included the Docker container logs.
I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below.
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
Originally created by @lucyknada on GitHub (Nov 13, 2024).
# Bug Report
## Installation Method
docker :dev
## Environment
- **Open WebUI Version:** v.0.3.35
- **Operating System:** Debian 12
- **Browser (if applicable):** 132.0.1
**Confirmation:**
- [x] I have read and followed all the instructions provided in the README.md.
- [x] I am on the latest version of both Open WebUI and Ollama.
- [x] I have included the browser console logs.
- [ ] I have included the Docker container logs.
- [x] I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below.
## 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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.