server : set default top-k to 1 in the web ui
This commit is contained in:
parent
5cd85b5e00
commit
d02e63b64d
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -55,7 +55,7 @@ const CONFIG_DEFAULT = {
|
|||
temperature: 0.8,
|
||||
dynatemp_range: 0.0,
|
||||
dynatemp_exponent: 1.0,
|
||||
top_k: 40,
|
||||
top_k: 1,
|
||||
top_p: 0.95,
|
||||
min_p: 0.05,
|
||||
xtc_probability: 0.0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue