mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #24233] feat: toggle all/specific attachments in a conversation to save tokens #58900
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 @random42 on GitHub (Apr 29, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24233
Check Existing Issues
Verify Feature Scope
Problem Description
Uploaded images are often not needed anymore after a number of messages in a chat and they use a lot of input tokens.
Desired Solution you'd like
Alternatives Considered
No response
Additional Context
No response
@Classic298 commented on GitHub (May 1, 2026):
You can remove attachments in the side panel in the chat controls
Does that cover this?
Quite a fundamental feature request - to my knowledge no interface has a pure "disable" and "enable" ability as you describe it. Probably because it would also break KV Cache multiple times over. Needs discussion.