feat(swagger): update swagger (#8304)

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]andmudler authored and GitHub committed 2026-01-30 21:27:10 +01:00
1 parent 4ca5b737bf
commit ee76a0cd1c
3 files changed
+11

No files matched your search

+4
View File
@@ -3497,6 +3497,10 @@ const docTemplate = `{
"description": "(optional) output format",
"type": "string"
},
"stream": {
"description": "(optional) enable streaming TTS",
"type": "boolean"
},
"voice": {
"description": "voice audio file or speaker id",
"type": "string"
+4
View File
@@ -3490,6 +3490,10 @@
"description": "(optional) output format",
"type": "string"
},
"stream": {
"description": "(optional) enable streaming TTS",
"type": "boolean"
},
"voice": {
"description": "voice audio file or speaker id",
"type": "string"
+3
View File
@@ -1341,6 +1341,9 @@ definitions:
response_format:
description: (optional) output format
type: string
stream:
description: (optional) enable streaming TTS
type: boolean
voice:
description: voice audio file or speaker id
type: string