Unverified Commit 467384e9 authored by Anthony Cucci's avatar Anthony Cucci Committed by GitHub
Browse files

Update SettingsModal.svelte

fixed bad ,
parent d1809432
......@@ -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;
}}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment