chore: add cpu_threads to default model settings as 1

This commit is contained in:
hiro 2023-12-12 06:12:29 +07:00
parent 16c66e968c
commit 577921f21f

View File

@ -275,7 +275,7 @@ export type ModelSettingParams = {
ngl?: number; ngl?: number;
embedding?: boolean; embedding?: boolean;
n_parallel?: number; n_parallel?: number;
cpu_threads: number; cpu_threads?: number;
system_prompt?: string; system_prompt?: string;
user_prompt?: string; user_prompt?: string;
ai_prompt?: string; ai_prompt?: string;