Skip to content

Commit

Permalink
chore: add cpu_threads to default model settings as 1
Browse files Browse the repository at this point in the history
  • Loading branch information
hiro-v committed Dec 11, 2023
1 parent 16c66e9 commit 577921f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ export type ModelSettingParams = {
ngl?: number;
embedding?: boolean;
n_parallel?: number;
cpu_threads: number;
cpu_threads?: number;
system_prompt?: string;
user_prompt?: string;
ai_prompt?: string;
Expand Down

0 comments on commit 577921f

Please sign in to comment.