We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 238be98 commit 9809deeCopy full SHA for 9809dee
kcpp_docs.embd
@@ -1860,13 +1860,18 @@
1860
"application/json": {
1861
"example": {
1862
"filename": "file1.kcpps",
1863
+ "overrideconfig":"",
1864
},
1865
"schema": {
1866
"properties": {
1867
"filename": {
1868
"type": "string",
1869
"description": "Filename of the .kcpps config to be loaded. Any associated files and models will be automatically swapped in."
1870
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
+ },
1875
1876
"type": "object"
1877
}
0 commit comments