updated lite

This commit is contained in:
Concedo 2024-02-03 21:11:06 +08:00
parent 2b02cd75c7
commit 504300784f
2 changed files with 1086 additions and 891 deletions

View file

@ -145,6 +145,12 @@
"exclusiveMinimum": 0, "exclusiveMinimum": 0,
"type": "number" "type": "number"
}, },
"smoothing_factor": {
"default": 0,
"description": "Modifies temperature behavior. If greater than 0 uses smoothing factor.",
"exclusiveMinimum": 0,
"type": "number"
},
"mirostat": { "mirostat": {
"description": "KoboldCpp ONLY. Sets the mirostat mode, 0=disabled, 1=mirostat_v1, 2=mirostat_v2", "description": "KoboldCpp ONLY. Sets the mirostat mode, 0=disabled, 1=mirostat_v1, 2=mirostat_v2",
"minimum": 0, "minimum": 0,

File diff suppressed because one or more lines are too long