mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
refac
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user