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;