forked from open-webui/open-webui
fix: add missing type for splitLargeChunks
This commit is contained in:
parent
e8bf596959
commit
b3ccabd2fe
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ type Settings = {
|
|||
saveChatHistory?: boolean;
|
||||
notificationEnabled?: boolean;
|
||||
title?: TitleSettings;
|
||||
splitLargeDeltas?: boolean;
|
||||
|
||||
system?: string;
|
||||
requestFormat?: string;
|
||||
|
|
Loading…
Reference in a new issue