mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-24 03:18:21 -05:00
[GH-ISSUE #8855] feat: setting option to turn off auto completion for message input. #118600
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 @berry22jelly on GitHub (Jan 24, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8855
I did not find a setting option to turn off this (v0.5.7)
@silentoplayz commented on GitHub (Jan 24, 2025):
Autocomplete Generationcan be toggled on or off from theInterfacesection of the admin settings of Open WebUI.@berry22jelly commented on GitHub (Jan 24, 2025):
As a normal user, I am not able to turn off it.
@silentoplayz commented on GitHub (Jan 25, 2025):
I assume "normal user" simply means the
Userrole in this case. While it may not be ideal, you can toggle off theRich Text Input for Chatsetting, found in the user Interface settings of Open WebUI. Toggling this setting off will ultimately lead to auto-completion not working on said User account, even ifAutocomplete Generationis toggled on from an admin account.