updated docs

This commit is contained in:
Concedo 2024-10-11 20:42:05 +08:00
parent cff72c5d26
commit 2da346a5ff

View file

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