mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
Added Keep alive setting
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user