updated lite

This commit is contained in:
Concedo 2025-01-08 13:35:59 +08:00
parent 568e476997
commit c73d99ccac
3 changed files with 38 additions and 8 deletions

View file

@ -411,7 +411,7 @@
"info": {
"title": "KoboldCpp API",
"description": "For swagger.json, <a href=\"?json=1\">click here</a>.",
"version": "1.79"
"version": "2025.01.08"
},
"openapi": "3.0.3",
"paths": {
@ -610,7 +610,7 @@
"application/json": {
"example": {
"result": "KoboldCpp",
"version": "1.79",
"version": "2025.01.08",
"protected": false,
"txt2img": false,
"vision": false,
@ -1429,6 +1429,35 @@
]
}
},
"/props": {
"get": {
"summary": "Returns the Jinja template stored in the GGUF model, if found.",
"description": "Returns the Jinja template stored in the GGUF model, if found.",
"tags": [
"serviceinfo"
],
"responses": {
"200": {
"content": {
"application/json": {
"example": {
"chat_template": "string",
"total_slots": 1,
"default_generation_settings": {
"n_ctx": 2048,
},
},
"schema": {
"properties": {},
"type": "object"
}
}
},
"description": "Successful request"
}
},
}
},
"/.well-known/serviceinfo": {
"get": {
"responses": {