fix: add missing type for splitLargeChunks

This commit is contained in:
Jun Siang Cheah 2024-04-30 20:43:43 +01:00
parent e8bf596959
commit b3ccabd2fe
1 changed files with 1 additions and 0 deletions

View File

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