From b3ccabd2fe6e66b61d8124d587c35a9fb98c0e6d Mon Sep 17 00:00:00 2001 From: Jun Siang Cheah Date: Tue, 30 Apr 2024 20:43:43 +0100 Subject: [PATCH] fix: add missing type for splitLargeChunks --- src/lib/stores/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/stores/index.ts b/src/lib/stores/index.ts index 1d1826e3f..174d71ac0 100644 --- a/src/lib/stores/index.ts +++ b/src/lib/stores/index.ts @@ -78,6 +78,7 @@ type Settings = { saveChatHistory?: boolean; notificationEnabled?: boolean; title?: TitleSettings; + splitLargeDeltas?: boolean; system?: string; requestFormat?: string;