diff --git a/kcpp_docs.embd b/kcpp_docs.embd index 83a6708d6..ed63871b8 100644 --- a/kcpp_docs.embd +++ b/kcpp_docs.embd @@ -203,6 +203,11 @@ "description": "KoboldCpp ONLY. If true, prints special tokens as text for GGUF models", "type": "boolean" }, + "bypass_eos": { + "default": false, + "description": "KoboldCpp ONLY. If true, allows EOS token to be generated, but does not stop generation. Not recommended unless you know what you are doing.", + "type": "boolean" + }, "banned_tokens": { "description": "An array of string sequences to remove from model vocab. All matching tokens with matching substrings are removed.", "items": { @@ -1219,7 +1224,7 @@ } ] }; - +