mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #12492] issue: Prompt Autocompletion option missing if authentication is disabled #32149
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 @i0ntempest on GitHub (Apr 5, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12492
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
0.6.1
Ollama Version (if applicable)
No response
Operating System
macOS 15
Browser (if applicable)
Safari
Confirmation
README.md.Expected Behavior
The options shows up
Actual Behavior
The option is missing when authentication is disabled, and is apparently stuck off since prompt completion isn't working.
Steps to Reproduce
WEBUI_AUTH=falseLogs & Screenshots
Additional Information
No response
@tjbck commented on GitHub (Apr 5, 2025):
Could you check if
Autocomplete Generationoption is enabled in your admin settings?@i0ntempest commented on GitHub (Apr 5, 2025):
Indeed, it was not. Only one of my instances has this global option enabled after the upgrade to 0.6 and it has auth enabled ¯_(ツ)_/¯.