diff --git a/kcpp_docs.embd b/kcpp_docs.embd index 10db10bf9..dbf353a18 100644 --- a/kcpp_docs.embd +++ b/kcpp_docs.embd @@ -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" },