diff --git a/kcpp_docs.embd b/kcpp_docs.embd index a9a19cde1..2ae50fb9e 100644 --- a/kcpp_docs.embd +++ b/kcpp_docs.embd @@ -261,11 +261,21 @@ "minimum": 0, "type": "number" }, + "nsigma": { + "description": "KoboldCpp ONLY. Top N-Sigma value. Set to above 0 to enable nsigma.", + "minimum": 0, + "type": "number" + }, "logprobs": { "default": false, "description": "If true, return up to 5 top logprobs for generated tokens. Incurs performance overhead.", "type": "boolean" }, + "replace_instruct_placeholders": { + "default": false, + "description": "If true, replaces instruct placeholders {{[INPUT]}} and {{[OUTPUT]}} with backend selected instruct tags.", + "type": "boolean" + }, }, "required": [ "prompt" diff --git a/klite.embd b/klite.embd index 169510d63..9ef1c30b5 100644 --- a/klite.embd +++ b/klite.embd @@ -12,7 +12,7 @@ Current version indicated by LITEVER below. -->