updated lite with chat inject, added layer detect, added more console logging

This commit is contained in:
Concedo 2024-07-16 23:10:15 +08:00
parent a441c27cb5
commit d775a419b2
4 changed files with 79 additions and 13 deletions

View file

@ -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"