diff --git a/src/lib/components/chat/Settings/Interface.svelte b/src/lib/components/chat/Settings/Interface.svelte index 0ed558b8f..87a8d7ec5 100644 --- a/src/lib/components/chat/Settings/Interface.svelte +++ b/src/lib/components/chat/Settings/Interface.svelte @@ -106,6 +106,7 @@ responseAutoCopy = settings.responseAutoCopy ?? false; showUsername = settings.showUsername ?? false; fullScreenMode = settings.fullScreenMode ?? false; + splitLargeChunks = settings.splitLargeChunks ?? false; });