mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 07:43:10 -05:00
feat: add builder mode when editing a modelfile #73
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 @jeremiahsb on GitHub (Dec 6, 2023).
Originally assigned to: @tjbck on GitHub.
I know that the modelfile support is still in development, so not sure if this is a bug or a feature request. When you go into the modelfiles section and create a new modelfile, you have the option to toggle between builder mode and raw format. If you've previously created a modelfile and go back in to edit it, you don't see the option for builder mode, raw format is selected by default.
It would be nice to have the edit functionality behave like the create functionality. Not a deal breaker by any stretch, just a small quality of life improvement.
@tjbck commented on GitHub (Dec 7, 2023):
Hi, It indeed is WIP at the moment, will add the builder mode to edit page as well in the near future. Stay tuned, Thanks!
@silentoplayz commented on GitHub (Apr 13, 2024):
I'm bumping this issue as it hasn't had any activity since Dec 2023. This issue is still valid for the most part, as the
Modelfile Formatoption is unavailable/missing from the UI when going back to edit a previously created Modelfile. TheBuilder Modeis selected by default now, unlike what was mentioned before:From my findings, this also prevents modifications to advanced model parameters (directly from the Modelfile itself) with an already created Modelfile too. That is because
Modelfile Advanced Settingsis only available inRaw Formatmode. This isn't the main issue I'd like to point out, as yes, advanced model parameters are indeed "advanced" settings. With this being said, I am pointing out why it could still be seen as an issue that the option for switching models in an already made Modelfile is missing.@tjbck commented on GitHub (Apr 14, 2024):
PR for #665 should include this feature as well.
@tjbck commented on GitHub (May 26, 2024):
Added to our dev branch!