mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #625] feat: clone modelfiles for new model creation #12149
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 @tiredcisadmin on GitHub (Feb 2, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/625
Originally assigned to: @tjbck on GitHub.
Is your feature request related to a problem? Please describe.
A way to easily duplicate saved modelfiles, within the UI. This would be useful in testing different models with otherwise the same configuration. I find it annoying having to manually copy the system prompt and fill in all the other information just to try different models with the same configuration otherwise. Especially since you can't save an incomplete modelfile.
Describe the solution you'd like
A duplicate button that takes you to an edit screen with all of the existing modelfile information already filled in, so you can simply make the adjustments you want and save.
Describe alternatives you've considered
Are there any?
@tjbck commented on GitHub (Feb 18, 2024):
Added with #790, let us know if you encounter any issues!
@heblol commented on GitHub (May 8, 2025):
Hi @tjbck! thank you for this reply. I found out that only Admin users are able to upload a JSON to the workspace. Do you happen to know if a normal "USER" is also able to do this?