mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #10386] SplitLargeChunk option commented out of the UI since 5.0 #54541
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 @eml-henn on GitHub (Feb 19, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10386
The toggle to enable / disable the SplitLargeChunk option has been commented out of the Interface UI in the settings since the 5.0 release (December 25th). The function is still part of the code, it just defaults to False and with no UI control there is no way to set it to True.
it´s in this file:
https://github.com/open-webui/open-webui/blob/main/src/lib/components/chat/Settings/Interface.svelte
line 633
Is there a reason for this? could it be brought back? without this option the response from external models (pipelines) appears as a single big chunk of text, which is not as readable as it being "typed" fluidly.
@tjbck commented on GitHub (Feb 19, 2025):
It's been deprecated, but would be happy to accept PRs that revive this feature.
@eml-henn commented on GitHub (Feb 19, 2025):
why has it been deprecated? are there, better ways to achieve the same goal (in the pipelines or otherwise)?
I´d look into reactivating it otherwise, happy to contribute.