mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-24 11:58:31 -05:00
[GH-ISSUE #7703] Add option to disable auto-completion #101847
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 @codeMonkey-shin on GitHub (Dec 9, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7703
Originally assigned to: @tjbck on GitHub.
It would be very helpful to have an option to disable the auto-completion feature. In some cases, it can be more of a hindrance than a help. Please consider adding a setting to turn it off.
Thanks!
@silentoplayz commented on GitHub (Dec 9, 2024):
Adding onto this, I believe that the auto-completion feature should be de-coupled from the
Rich Text Input for Chattoggle, if this is possible.@tkg61 commented on GitHub (Dec 9, 2024):
Isn't this available today in 0.4.8?

@tjbck commented on GitHub (Dec 10, 2024):
Is definitely possible globally, but I'll add an option for individual toggles as well.
@codeMonkey-shin commented on GitHub (Dec 12, 2024):
where is the global options?!
@panuud commented on GitHub (Dec 12, 2024):
Is Admin Panel → Settings → Interface → Autocomplete Generation what you're looking for?
@silentoplayz commented on GitHub (Dec 12, 2024):
Yep, it's available. You made me go hunt for it and I spotted the global setting to toggle auto-completion. 😄
@panuud Is correct for it's location as well.