mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-08 01:41:37 +00:00
updated lite with chat inject, added layer detect, added more console logging
This commit is contained in:
parent
a441c27cb5
commit
d775a419b2
4 changed files with 79 additions and 13 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue