mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 13:40:55 +00:00
fix: add missing type for splitLargeChunks
This commit is contained in:
parent
e8bf596959
commit
b3ccabd2fe
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user