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" }