mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #10173] Model count does not report the correct number of configurations #15797
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 @danielrosehill on GitHub (Feb 17, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10173
I thought at first that I was imagining it but can confirm now that it's definitely happening.
I have configured a lot of models in my instance. Most are very lightweight system prompts on top of models:
I've noticed lately that the model count is not behaving consistently.
I just went from 498 to 496 without deleting any models.
Additional Observations
The bug seems to be periodic. It keeps resuming normal counting for me. Perhaps something related to the some frontend calculation logic if it's not coming from the database.