server : set default top-k to 1 in the web ui

This commit is contained in:
Georgi Gerganov 2024-12-21 12:20:16 +02:00
parent 5cd85b5e00
commit d02e63b64d
No known key found for this signature in database
GPG key ID: 449E073F9DC10735
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -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,