Originally created by @luisbrandao on GitHub (Jul 24, 2024).
Bug Report
Description
Bug Summary:
The new "sidebar" chat controls don't save the config, it is lost on page refresh.
If they are set to default, it get the web-ui default (for example, 2048 of context) and ignore system wide config:
Steps to Reproduce:
Get in any chat, fiddle with the sidebar controls and then refresh.
Expected Behavior:
Default value either keep between refreshes or at least fall back to system default.
Actual Behavior:
Config are lost between refreshes.
Environment
Open WebUI Version: 0.3.10
Ollama (if applicable): 0.2.8
Operating System: [Rocky8/9]
Browser (if applicable): [Brave browser]
Reproduction Details
Logs and Screenshots
Browser Console Logs:
no log generated when config is fiddle with. There are somethings on reload. They dont prevent webui from working
Docker Container Logs:
no log generated when config is fiddle with. (no request sent from browser to webui)
Installation Method
Docker with httpd reverse proxy and https.
Originally created by @luisbrandao on GitHub (Jul 24, 2024).
# Bug Report
## Description
**Bug Summary:**
The new "sidebar" chat controls don't save the config, it is lost on page refresh.
If they are set to default, it get the web-ui default (for example, 2048 of context) and ignore system wide config:



**Steps to Reproduce:**
Get in any chat, fiddle with the sidebar controls and then refresh.
**Expected Behavior:**
Default value either keep between refreshes or at least fall back to system default.
**Actual Behavior:**
Config are lost between refreshes.
## Environment
- **Open WebUI Version:** 0.3.10
- **Ollama (if applicable):** 0.2.8
- **Operating System:** [Rocky8/9]
- **Browser (if applicable):** [Brave browser]
## Reproduction Details
## Logs and Screenshots
**Browser Console Logs:**
no log generated when config is fiddle with. There are somethings on reload. They dont prevent webui from working

**Docker Container Logs:**
no log generated when config is fiddle with. (no request sent from browser to webui)
## Installation Method
Docker with httpd reverse proxy and https.
It's not intended for these values to be saved, they're for the session you're currently in. As such it also makes sense for them to override the global values as determined by consensus in the original issue/PR. I have not observed that any parameters are sent at all if everything is Default everywhere.
All Default:
Setting num_ctx:
@justinh-rahb commented on GitHub (Jul 24, 2024):
It's not intended for these values to be saved, they're for the session you're currently in. As such it also makes sense for them to override the global values as determined by consensus in the original issue/PR. I have not observed that any parameters are sent at all if everything is `Default` everywhere.
All `Default`:

Setting `num_ctx`:

I think there is something not working well while using the reverse proxy.
I just tried to connect using the direct container ip and the behavior is way more consistent.
@luisbrandao commented on GitHub (Jul 24, 2024):
I think there is something not working well while using the reverse proxy.
I just tried to connect using the direct container ip and the behavior is way more consistent.
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 @luisbrandao on GitHub (Jul 24, 2024).
Bug Report
Description
Bug Summary:



The new "sidebar" chat controls don't save the config, it is lost on page refresh.
If they are set to default, it get the web-ui default (for example, 2048 of context) and ignore system wide config:
Steps to Reproduce:
Get in any chat, fiddle with the sidebar controls and then refresh.
Expected Behavior:
Default value either keep between refreshes or at least fall back to system default.
Actual Behavior:
Config are lost between refreshes.
Environment
Open WebUI Version: 0.3.10
Ollama (if applicable): 0.2.8
Operating System: [Rocky8/9]
Browser (if applicable): [Brave browser]
Reproduction Details
Logs and Screenshots
Browser Console Logs:

no log generated when config is fiddle with. There are somethings on reload. They dont prevent webui from working
Docker Container Logs:
no log generated when config is fiddle with. (no request sent from browser to webui)
Installation Method
Docker with httpd reverse proxy and https.
@justinh-rahb commented on GitHub (Jul 24, 2024):
It's not intended for these values to be saved, they're for the session you're currently in. As such it also makes sense for them to override the global values as determined by consensus in the original issue/PR. I have not observed that any parameters are sent at all if everything is
Defaulteverywhere.All

Default:Setting

num_ctx:@luisbrandao commented on GitHub (Jul 24, 2024):
I think there is something not working well while using the reverse proxy.
I just tried to connect using the direct container ip and the behavior is way more consistent.