mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-07 05:21:23 +02:00
Fix additional settings related to inv dynatemp (#1391)
* update additional dynatemp settings * Label fix * remove min restrict * 1 more * update to match lite
This commit is contained in:
+3
-2
@@ -141,8 +141,9 @@
|
||||
},
|
||||
"dynatemp_range": {
|
||||
"default": 0,
|
||||
"description": "If greater than 0, uses dynamic temperature. Dynamic temperature range will be between Temp+Range and Temp-Range. If less or equal to 0 , uses static temperature.",
|
||||
"minimum": 0,
|
||||
"description": "If not equal to 0, uses dynamic temperature. Dynamic temperature range will be between Temp+Range and Temp-Range. If equal to 0 , uses static temperature.",
|
||||
"minimum": -5,
|
||||
"maximum": 5,
|
||||
"type": "number"
|
||||
},
|
||||
"smoothing_factor": {
|
||||
|
||||
Reference in New Issue
Block a user