Przeglądaj źródła

fix: add missing type for splitLargeChunks

Jun Siang Cheah 1 rok temu
rodzic
commit
b3ccabd2fe
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/lib/stores/index.ts

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

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