updated lite and docs

This commit is contained in:
Concedo
2025-06-15 23:44:51 +08:00
parent 861a2f5275
commit 6c9654f744
2 changed files with 118 additions and 17 deletions
+10
View File
@@ -261,11 +261,21 @@
"minimum": 0,
"type": "number"
},
"nsigma": {
"description": "KoboldCpp ONLY. Top N-Sigma value. Set to above 0 to enable nsigma.",
"minimum": 0,
"type": "number"
},
"logprobs": {
"default": false,
"description": "If true, return up to 5 top logprobs for generated tokens. Incurs performance overhead.",
"type": "boolean"
},
"replace_instruct_placeholders": {
"default": false,
"description": "If true, replaces instruct placeholders {{[INPUT]}} and {{[OUTPUT]}} with backend selected instruct tags.",
"type": "boolean"
},
},
"required": [
"prompt"