mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-26 06:31:13 +02:00
updated lite with chat inject, added layer detect, added more console logging
This commit is contained in:
@@ -225,6 +225,28 @@
|
||||
"3105": 3.2
|
||||
},
|
||||
},
|
||||
"dry_multiplier": {
|
||||
"description": "KoboldCpp ONLY. DRY multiplier value, 0 to disable.",
|
||||
"exclusiveMinimum": 0,
|
||||
"type": "number"
|
||||
},
|
||||
"dry_base": {
|
||||
"description": "KoboldCpp ONLY. DRY base value.",
|
||||
"exclusiveMinimum": 0,
|
||||
"type": "number"
|
||||
},
|
||||
"dry_allowed_length": {
|
||||
"description": "KoboldCpp ONLY. DRY allowed length value.",
|
||||
"exclusiveMinimum": 0,
|
||||
"type": "number"
|
||||
},
|
||||
"dry_sequence_breakers": {
|
||||
"description": "An array of string sequence breakers for DRY.",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
},
|
||||
"required": [
|
||||
"prompt"
|
||||
|
||||
Reference in New Issue
Block a user