forked from open-webui/open-webui
Update SettingsModal.svelte
fixed bad ,
This commit is contained in:
parent
d180943252
commit
467384e9d5
1 changed files with 1 additions and 1 deletions
|
@ -762,7 +762,7 @@
|
|||
repeat_penalty: repeat_penalty !== 1.1 ? repeat_penalty : undefined,
|
||||
top_k: top_k !== 40 ? top_k : undefined,
|
||||
top_p: top_p !== 0.9 ? top_p : undefined,
|
||||
num_ctx: num_ctx !== 2048 ? num_ctx : undefined,
|
||||
num_ctx: num_ctx !== 2048 ? num_ctx : undefined
|
||||
});
|
||||
show = false;
|
||||
}}
|
||||
|
|
Loading…
Reference in a new issue