mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 17:02:01 -05:00
[GH-ISSUE #24315] bug: Voice Mode Custom Prompt toggle always re-enables #74864
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 @Soakedcardinal on GitHub (May 2, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24315
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.9.12
Ollama Version (if applicable)
No response
Operating System
linux
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Admin should be able to disable the voice mode custom prompt UI toggle via env (e.g. ~
ENABLE_VOICE_MODE_PROMPT)Actual Behavior
Environment vars allow changing the prompt, but no way to disable the UI toggle. So users see mixed state after update/restart.
Setting voice mode prompt template variables to empty strings does not disable the voice mode constraints. Model always reports voice mode constraints from the default voice mode prompt when asked in voice mode with the prompt enabled.
Steps to Reproduce
VOICE_MODE_PROMPT_TEMPLATE: ""andDEFAULT_VOICE_MODE_PROMPT_TEMPLATE: ""Logs & Screenshots
UI screenshot would just show toggle state after restart
when pressing save button:
see the
ENABLE_vars for the other switches, but none for voice mode promptAdditional Information
default voice prompt conflicts/duplicates heavily with my existing system prompts
@pr-validator-bot commented on GitHub (May 2, 2026):
⚠️ Missing Issue Title Prefix
@Soakedcardinal, your issue title is missing a prefix (e.g.,
bug:,feat:,docs:).Please update your issue title to include one of the following prefixes:
Example:
bug: Login fails when using special characters in password@tjbck commented on GitHub (May 8, 2026):
Addressed in dev to introduce a dedicated toggle.