mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-22 09:31:58 -05:00
feat: Batch edit model information #4705
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 @QJAG1024 on GitHub (Apr 4, 2025).
Check Existing Issues
Problem Description
Setting images for many models is such an unpleasant work to do especially when you want to set all these guys from google genai with a same Google Gemini logo or something similar😭

it is also unenjoyable to click every single "edit" button to set all new models you added to public instead of private
Desired Solution you'd like
if we add a checkbox on the right side of the model list page in the admin setting that allows user to edit them in bulk(like setting a same image, a same group of knowledge or a group of filters), it will be more effective to manage models
Alternatives Considered
i've tried to edit the database directly but this is so stupid and inconvenient
Additional Context
No response