mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-17 04:19:40 +00:00
updated docs
This commit is contained in:
parent
cff72c5d26
commit
2da346a5ff
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"banned_tokens": {
|
"banned_tokens": {
|
||||||
"description": "An array of string sequences to remove from model vocab. All matching tokens with matching substrings are removed.",
|
"description": "An array of string sequences, each entry represents a word or phrase prevented from being generated, either modifying model vocab or by backtracking and regenerating when they appear.",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue