mirror of
https://github.com/open-webui/docs.git
synced 2026-07-19 05:06:11 -04:00
Documentation unclear on autocomplete #113
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 @lukaas33 on GitHub (Nov 13, 2025).
I am not sure from the documentation what the autocomplete featuere is supposed to do. I turned this on in the GUI (toggle without changing other settings) but don't see anything happening. Is it supposed to complete my prompts? When?
@lukaas33 commented on GitHub (Nov 15, 2025):
It does seem to work when setting autocomplete to true in the user's own settings. Is there a way to enable this globally?
Additionally, is this possible for the memory function?
@Classic298 commented on GitHub (Nov 15, 2025):
This should work by default, probably you (accidentally) changed your users own settings at some point
autocomplete feature uses the task model to take the current user input and sends it to task model to complete the prompt/sentence
@Classic298 commented on GitHub (Dec 20, 2025):
added docs for autocomplete on dev