Originally created by @gdkrmr on GitHub (May 2, 2025).
Check Existing Issues
I have searched the existing issues and discussions.
I am using the latest version of Open WebUI.
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
I have read and followed all instructions in README.md.
I am using the latest version of both Open WebUI and Ollama.
I have included the browser console logs.
I have included the Docker container logs.
I have listed steps to reproduce the bug in detail.
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
changed the options for a model under
admin -> settings -> models -> model -> advanced parameters -> set temperature to 0.6
Open new chat
New chat -> choose model with changed parameters -> chat controls -> advanced parameters -> default for temperature should show 0.6
Logs & Screenshots
Additional Information
No response
Originally created by @gdkrmr on GitHub (May 2, 2025).
### Check Existing Issues
- [x] I have searched the existing issues and discussions.
- [x] I am using the latest version of Open WebUI.
### 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
- [x] I have read and followed all instructions in `README.md`.
- [x] I am using the latest version of **both** Open WebUI and Ollama.
- [x] I have included the browser console logs.
- [x] I have included the Docker container logs.
- [x] I have listed steps to reproduce the bug in detail.
### 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
1. changed the options for a model under
admin -> settings -> models -> model -> advanced parameters -> set temperature to 0.6
2. Open new chat
New chat -> choose model with changed parameters -> chat controls -> advanced parameters -> default for temperature should show 0.6

### Logs & Screenshots


### Additional Information
_No response_
GiteaMirror
added the bug label 2025-11-11 16:09:51 -06:00
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
@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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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