forked from open-webui/open-webui
Added Keep alive setting
This commit is contained in:
parent
a8a0ebf3aa
commit
7053f2f67d
5 changed files with 26 additions and 7 deletions
|
@ -358,7 +358,8 @@
|
|||
options: {
|
||||
...($settings.options ?? {})
|
||||
},
|
||||
format: $settings.requestFormat ?? undefined
|
||||
format: $settings.requestFormat ?? undefined,
|
||||
keep_alive: $settings.keepAlive ?? undefined
|
||||
});
|
||||
|
||||
if (res && res.ok) {
|
||||
|
|
|
@ -372,7 +372,8 @@
|
|||
options: {
|
||||
...($settings.options ?? {})
|
||||
},
|
||||
format: $settings.requestFormat ?? undefined
|
||||
format: $settings.requestFormat ?? undefined,
|
||||
keep_alive: $settings.keepAlive ?? undefined
|
||||
});
|
||||
|
||||
if (res && res.ok) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue