From 2da346a5ff2cfd1debac59066553d45d098e95a4 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Fri, 11 Oct 2024 20:42:05 +0800 Subject: [PATCH] updated docs --- kcpp_docs.embd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcpp_docs.embd b/kcpp_docs.embd index 10db10bf92d39..dbf353a182888 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" },