From 4f578620402de595a7b71c1fed59745af8450519 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Sat, 31 Aug 2024 22:52:09 +0800 Subject: [PATCH] update docs --- kcpp_docs.embd | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/kcpp_docs.embd b/kcpp_docs.embd index 83763f5c5..10db10bf9 100644 --- a/kcpp_docs.embd +++ b/kcpp_docs.embd @@ -247,6 +247,16 @@ }, "type": "array" }, + "xtc_threshold": { + "description": "KoboldCpp ONLY. XTC threshold.", + "minimum": 0, + "type": "number" + }, + "xtc_probability": { + "description": "KoboldCpp ONLY. XTC probability. Set to above 0 to enable XTC.", + "minimum": 0, + "type": "number" + }, }, "required": [ "prompt"