From 9809deed6a4548f8bffde74802e8eb3adb7cb4cd Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Sat, 14 Jun 2025 16:56:28 +0800 Subject: [PATCH] updated docs --- kcpp_docs.embd | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kcpp_docs.embd b/kcpp_docs.embd index 79bf6b0d7..a9a19cde1 100644 --- a/kcpp_docs.embd +++ b/kcpp_docs.embd @@ -1860,6 +1860,7 @@ "application/json": { "example": { "filename": "file1.kcpps", + "overrideconfig":"", }, "schema": { "properties": { @@ -1867,6 +1868,10 @@ "type": "string", "description": "Filename of the .kcpps config to be loaded. Any associated files and models will be automatically swapped in." }, + "overrideconfig": { + "type": "string", + "description": "If filename is a gguf, this allows other kcpps settings to be overlaid on top of that gguf." + }, }, "type": "object" }