updated docs

This commit is contained in:
Concedo 2025-06-14 16:56:28 +08:00
parent 238be98efa
commit 9809deed6a

View file

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