mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[GH-ISSUE #6985] model advancd setting can't take effect #53224
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 @maru7777 on GitHub (Nov 16, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/6985
if you go to workspace as a root use ,then set model setting(such as temperature, top_k) in a normal way, you will find this don't take effect ,the evidence is the completions package don't carry them , the setting only keeps in
item.model?.info?.....and don't be apply to web package's body ,can't find "temperature" "top_p" and etcbut if you modify them in top right corner ,

the settings will take effect
but after you refresh your web, you will find that the modification before you refresh now are all reset.
you have to set them again
btw, if you set system prompts in settings , sometimes it will also be reset ,and i don't know exactly when it was reset