mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-01-05 21:07:08 +01:00
Better Repetition Penalty Slider
Allow users more control since 6B is sensitive
This commit is contained in:
parent
6b9d744679
commit
d4a7ff5ccb
@ -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."
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user