feat(swagger): update swagger (#8654)

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com>
This commit is contained in:
LocalAI [bot]
2026-02-25 21:52:35 +01:00
committed by GitHub
parent b032cf489b
commit bb226d1eaa
3 changed files with 11 additions and 0 deletions

View File

@@ -3526,6 +3526,10 @@ const docTemplate = `{
"description": "(optional) output format",
"type": "string"
},
"sample_rate": {
"description": "(optional) desired output sample rate",
"type": "integer"
},
"stream": {
"description": "(optional) enable streaming TTS",
"type": "boolean"

View File

@@ -3519,6 +3519,10 @@
"description": "(optional) output format",
"type": "string"
},
"sample_rate": {
"description": "(optional) desired output sample rate",
"type": "integer"
},
"stream": {
"description": "(optional) enable streaming TTS",
"type": "boolean"

View File

@@ -1362,6 +1362,9 @@ definitions:
response_format:
description: (optional) output format
type: string
sample_rate:
description: (optional) desired output sample rate
type: integer
stream:
description: (optional) enable streaming TTS
type: boolean