diff --git a/kcpp_docs.embd b/kcpp_docs.embd index 21e22f4ff..56107ca04 100644 --- a/kcpp_docs.embd +++ b/kcpp_docs.embd @@ -89,7 +89,7 @@ "type": "integer" }, "stop_sequence": { - "description": "An array of string sequences where the API will stop generating further tokens. The returned text WILL contain the stop sequence.", + "description": "An array of string sequences where the API will stop generating further tokens. The returned text WILL contain the stop sequence if trim_stop is false.", "items": { "type": "string" }, @@ -197,8 +197,8 @@ } }, "trim_stop": { - "default": false, - "description": "KoboldCpp ONLY. If true, also removes detected stop_sequences from the output and truncates all text after them.", + "default": true, + "description": "KoboldCpp ONLY. If true, also removes detected stop_sequences from the output and truncates all text after them. If false, output will also include stop sequence and potentially a few additional characters.", "type": "boolean" }, "render_special": { @@ -1779,7 +1779,6 @@ }; -