mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-13 22:52:38 -05:00
[GH-ISSUE #12193] issue: Delayed update on User settings via API #16500
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 @FooleanBool on GitHub (Mar 30, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12193
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.5.20 / v0.6.0
Ollama Version (if applicable)
v0.6.3
Operating System
Ubuntu 24.04
Browser (if applicable)
Brave v1.76.82 / Vanadium 135.0.7049.38
Confirmation
README.md.Expected Behavior
Use the TTS button beneath a chat.
Click the action function that updates user voice settings via the OWUI API. (https://github.com/FooleanBool/openwebui/tree/main/functions/actions/quick-voice-conf)
Click the TTS button and listen to the generated speech according to the updated config.
Actual Behavior
Use the TTS button beneath a chat.
Click the action function that updates user voice settings via the OWUI API. (https://github.com/FooleanBool/openwebui/tree/main/functions/actions/quick-voice-conf)
Click the TTS button and listen to the generated speech with the previous settings.
Change active chat and go back, click TTS button, new settings are applied.
Steps to Reproduce
Logs & Screenshots
There are no logs to show as all operations are successful.
Additional Information
I have the same action button setup for quick image config, these settings are applied immediately on API update.