mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #19005] issue: Can no longer edit models in admin panel or create/edit workspace models when using LiteLLM as a proxy for Gemini. #57409
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 @DeusMaximus on GitHub (Nov 7, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/19005
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.36
Ollama Version (if applicable)
N/A
Operating System
Debian 13
Browser (if applicable)
Microsoft Edge, Google Chrome, tested in Incognito mode. Seems to be backend related.
Confirmation
README.md.Expected Behavior
Expected to be able to edit existing model settings.
Actual Behavior
Blank area of the site where the model configuration was previously.
Steps to Reproduce
Logs & Screenshots
From docker compose -f logs openwebui
(This occurs when attempting to edit a model in the admin panel)
Additional Information
Setup is as follows:
Open WebUI running on one machine with Caddy providing the SSL certificate for the internally resolved address via a DNS challenge. Setup was working until docker image for Open WebUI was updated (caddy stayed at the same version prior)
Another machine is running LiteLLM as a proxy, in order to track and enforce costs.
docker-compose.yml for Open WebUI and Caddy
@DeusMaximus commented on GitHub (Nov 7, 2025):
Managed to find the culprit.
When attempting to trial different methods for adding gemini/gemini-2.5-flash-image, I tested this tool out:
https://openwebui.com/t/david888/Nano_Banana
This tool worked under my previous version (v0.6.3.4), but with the latest version it seems to break the ability to edit models. Removing this tool now allows me to edit models under Admin Panel, in addition to Workspace models.