mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-18 16:55:14 +02:00
added v1 voices endpoint, added lcpp aliases for cli, fixed dia wrong voice
This commit is contained in:
@@ -438,6 +438,26 @@
|
||||
"quiet": {
|
||||
"type": "boolean",
|
||||
"description": "Is the server in quiet (no logging) mode."
|
||||
},
|
||||
"last_input_count": {
|
||||
"type": "integer",
|
||||
"description": "Number of input tokens in the last request."
|
||||
},
|
||||
"last_process_time": {
|
||||
"type": "number",
|
||||
"description": "Process time for last request."
|
||||
},
|
||||
"last_eval_time": {
|
||||
"type": "number",
|
||||
"description": "Generation time for last request."
|
||||
},
|
||||
"last_process_speed": {
|
||||
"type": "number",
|
||||
"description": "Processing speed (tokens/sec)."
|
||||
},
|
||||
"last_eval_speed": {
|
||||
"type": "number",
|
||||
"description": "Generation speed (tokens/sec)."
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
||||
Reference in New Issue
Block a user