Better Repetition Penalty Slider

Allow users more control since 6B is sensitive
This commit is contained in:
henk717 2021-11-29 08:28:51 +01:00
parent 6b9d744679
commit d4a7ff5ccb
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ gensettingstf = [{
"id": "setreppen",
"min": 1.0,
"max": 2.0,
"step": 0.05,
"step": 0.01,
"default": 1.1,
"tooltip": "Used to penalize words that were already generated or belong to the context."
},