mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 09:04:36 +00:00
updated lite
This commit is contained in:
parent
568e476997
commit
c73d99ccac
3 changed files with 38 additions and 8 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue