Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
b3ccabd2
Commit
b3ccabd2
authored
Apr 30, 2024
by
Jun Siang Cheah
Browse files
fix: add missing type for splitLargeChunks
parent
e8bf5969
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/lib/stores/index.ts
src/lib/stores/index.ts
+1
-0
No files found.
src/lib/stores/index.ts
View file @
b3ccabd2
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment