mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
issue: changing model parameters do not appear in the chat #5017
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 @gdkrmr on GitHub (May 2, 2025).
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.5
Ollama Version (if applicable)
0.6.7
Operating System
Ubuntu 22.04 through docker compose
Browser (if applicable)
Firefox 137
Confirmation
README.md.Expected Behavior
I have changed the options for a model under
admin -> settings -> models -> model -> advanced parameters -> set temperature to 0.6
I expect the changes to be reflected when opening a new chat with the model
New chat -> choose model with changed parameters -> chat controls -> advanced parameters -> default for temperature should show 0.6
Actual Behavior
New chat -> choose model with changed parameters -> chat controls -> advanced parameters -> default for temperature should show 0.8
Steps to Reproduce
admin -> settings -> models -> model -> advanced parameters -> set temperature to 0.6
New chat -> choose model with changed parameters -> chat controls -> advanced parameters -> default for temperature should show 0.6
Logs & Screenshots
Additional Information
No response
@tjbck commented on GitHub (May 3, 2025):
Intended behaviour, "default" means the model default.
@gdkrmr commented on GitHub (May 4, 2025):
When I click on "default" it should probably show the model defaults and not the global defaults, i.e. 0.6 instead of 0.8 in the example