mirror of
https://github.com/open-webui/docs.git
synced 2026-07-21 10:05:26 -04:00
5c5e40447a
The Image Generation permission row described it as a simple capability, but on backends that keep a single image model loaded, selecting a model is the same action as switching the loaded one, so a user holding the permission changes the active image model for the whole instance. Note that alongside the row, with the guidance that deployments which do not want non-admin users changing the shared model should not grant the permission to non-admins, or should use a backend that accepts a model with each request. Also normalise the remaining admin settings paths. The earlier pass matched only unadorned paths, leaving bold, backtick and arrow variants pointing at the old Admin Panel page.