Commit b3ccabd2 authored by Jun Siang Cheah's avatar Jun Siang Cheah
Browse files

fix: add missing type for splitLargeChunks

parent e8bf5969
...@@ -78,6 +78,7 @@ type Settings = { ...@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment