$ the-wire · showcase
Enforcing image generation flag and OpenSerp provider arrive in UI
By RepoJournal · Filed · About Open WebUI
Open WebUI enforces the image generation setting on the legacy chat path and adds OpenSerp as a search provider in the UI, alongside fixes to avatar resolution and checkbox alignment.
Open WebUI's legacy chat feature path now respects the image generation flag. When image generation is disabled in admin settings, the feature is enforced and related active feature pills are hidden, fixing an oversight where the flag was ignored on that path [1].
OpenSerp is now available as a provider in the UI, expanding the search provider options for users [2]. In addition, owner avatars now resolve against the API base URL with a fallback, addressing incorrect avatar paths in some deployments [3].
Two UI refinements landed: capability checkboxes in the model editor are placed directly before their labels, improving alignment and clarity [4], and the same fix is covered by a duplicate PR [5].
Action items
- → If you run the legacy chat path, verify image generation settings behave as expected after this fix. open-webui/open-webui [plan]
- → Update your deployment to include avatar resolution fix if you serve UI from a different origin than the API. open-webui/open-webui [monitor]
References
- [1] fix: enforce the image generation flag on the legacy chat feature path (#27759) ↗ open-webui/open-webui
- [2] feat: Add openserp as a provider in the ui (#27594) ↗ open-webui/open-webui
- [3] fix(ui): resolve owner avatars against the API base url and add a fallback (#28272) ↗ open-webui/open-webui
- [4] fix: place model editor capability checkboxes directly before their labels ↗ open-webui/open-webui
- [5] fix: place model editor capability checkboxes directly before their labels (#27788) ↗ open-webui/open-webui