mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-04 20:11:17 +02:00
updated docs
This commit is contained in:
+1
-1
@@ -209,7 +209,7 @@
|
||||
"type": "boolean"
|
||||
},
|
||||
"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": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user