mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #6748] New cloned customized models are not saving their System Prompt the first time #14472
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 @danielj23 on GitHub (Nov 6, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/6748
Originally assigned to: @tjbck on GitHub.
Bug Report
Installation Method
docker *latest
Environment
v0.3.35
Windows 10
Confirmation:
Expected Behavior:
A model I am cloning should save the System Prompt correctly for the new clone
Actual Behavior:
The actively cloned model is not saving the System Prompt.
Description
Bug Summary:
I cloned an existing model and changed the system prompt, and after clicking Save & Update, the System Prompt was not updated for the new cloned model.
Reproduction Details
Steps to Reproduce:
Clone an existing customized model.
During the edit of the new clone, change the name which adds (Clone) by default. This step may not be required and should be tested.
Change the System Prompt of the new cloned model.
Click Save & Update
Re-open that cloned model
The System Prompt is the original cloned System Prompt.
Additional Notes:
I am getting around this by immediately clicking Save once I have started the clone. Then I open the edit again and start my editing. Clicking Save & Update then is all fine.
@mafzaal commented on GitHub (Nov 7, 2024):
PR
@tjbck commented on GitHub (Nov 7, 2024):
Should be fixed in dev, testing wanted here!