[GH-ISSUE #10386] SplitLargeChunk option commented out of the UI since 5.0 #31404

Closed
opened 2026-04-25 05:21:40 -05:00 by GiteaMirror · 2 comments
Owner

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.

Image

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. ![Image](https://github.com/user-attachments/assets/0a9353ed-4dc9-4549-8df8-90d8dc2256b1)
Author
Owner

@tjbck commented on GitHub (Feb 19, 2025):

It's been deprecated, but would be happy to accept PRs that revive this feature.

<!-- gh-comment-id:2669746095 --> @tjbck commented on GitHub (Feb 19, 2025): It's been deprecated, but would be happy to accept PRs that revive this feature.
Author
Owner

@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.

<!-- gh-comment-id:2669759373 --> @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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#31404