Skip to content

Commit 9809dee

Browse files
committed
updated docs
1 parent 238be98 commit 9809dee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

kcpp_docs.embd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1860,13 +1860,18 @@
18601860
"application/json": {
18611861
"example": {
18621862
"filename": "file1.kcpps",
1863+
"overrideconfig":"",
18631864
},
18641865
"schema": {
18651866
"properties": {
18661867
"filename": {
18671868
"type": "string",
18681869
"description": "Filename of the .kcpps config to be loaded. Any associated files and models will be automatically swapped in."
18691870
},
1871+
"overrideconfig": {
1872+
"type": "string",
1873+
"description": "If filename is a gguf, this allows other kcpps settings to be overlaid on top of that gguf."
1874+
},
18701875
},
18711876
"type": "object"
18721877
}

0 commit comments

Comments
 (0)