mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac
This commit is contained in:
parent
a018140c7d
commit
d2e7feea86
1 changed files with 1 additions and 0 deletions
|
|
@ -96,6 +96,7 @@
|
||||||
use_mlock: params.use_mlock !== null ? params.use_mlock : undefined,
|
use_mlock: params.use_mlock !== null ? params.use_mlock : undefined,
|
||||||
num_thread: params.num_thread !== null ? params.num_thread : undefined,
|
num_thread: params.num_thread !== null ? params.num_thread : undefined,
|
||||||
num_gpu: params.num_gpu !== null ? params.num_gpu : undefined,
|
num_gpu: params.num_gpu !== null ? params.num_gpu : undefined,
|
||||||
|
think: params.think !== null ? params.think : undefined,
|
||||||
keep_alive: params.keep_alive !== null ? params.keep_alive : undefined,
|
keep_alive: params.keep_alive !== null ? params.keep_alive : undefined,
|
||||||
format: params.format !== null ? params.format : undefined
|
format: params.format !== null ? params.format : undefined
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue