temporary chat information on document processing

This commit is contained in:
DrMelone
2025-12-21 11:36:45 +01:00
parent bc76447365
commit 17a9e0e1cf
7 changed files with 13 additions and 3 deletions

View File

@@ -82,6 +82,7 @@ The following URL parameters can be used to customize your Open WebUI instance:
### Temporary Chat Sessions
- `temporary-chat`: Mark the chat as a temporary session by setting this parameter to `true` (e.g., `/?temporary-chat=true`)
- *Note: Document processing is frontend-only in temporary chats. Complex files requiring backend parsing may not work.*
See https://docs.openwebui.com/features/chat-features/url-params for more info on URL parameters and how to use them.