Add rep_pen_slope control for koboldcpp

This commit is contained in:
Cohee
2024-06-05 22:05:41 +03:00
parent 0a3e91287d
commit ff680f46cc
3 changed files with 9 additions and 0 deletions

View File

@ -771,6 +771,7 @@ async function CreateZenSliders(elmnt) {
sliderID == 'max_temp_textgenerationwebui' ||
sliderID == 'dynatemp_exponent_textgenerationwebui' ||
sliderID == 'guidance_scale_textgenerationwebui' ||
sliderID == 'rep_pen_slope_textgenerationwebui' ||
sliderID == 'guidance_scale') {
offVal = 1;
}