浏览代码

fix: add missing type for splitLargeChunks

Jun Siang Cheah 1 年之前
父节点
当前提交
b3ccabd2fe
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/lib/stores/index.ts

+ 1 - 0
src/lib/stores/index.ts

@@ -78,6 +78,7 @@ type Settings = {
 	saveChatHistory?: boolean;
 	saveChatHistory?: boolean;
 	notificationEnabled?: boolean;
 	notificationEnabled?: boolean;
 	title?: TitleSettings;
 	title?: TitleSettings;
+	splitLargeDeltas?: boolean;
 
 
 	system?: string;
 	system?: string;
 	requestFormat?: string;
 	requestFormat?: string;