mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 09:34:37 +00:00
updated docs
This commit is contained in:
parent
238be98efa
commit
9809deed6a
1 changed files with 5 additions and 0 deletions
|
@ -1860,6 +1860,7 @@
|
||||||
"application/json": {
|
"application/json": {
|
||||||
"example": {
|
"example": {
|
||||||
"filename": "file1.kcpps",
|
"filename": "file1.kcpps",
|
||||||
|
"overrideconfig":"",
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"properties": {
|
"properties": {
|
||||||
|
@ -1867,6 +1868,10 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Filename of the .kcpps config to be loaded. Any associated files and models will be automatically swapped in."
|
"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"
|
"type": "object"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue