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]
2026-01-30 21:27:10 +01:00
committed by GitHub
parent 4ca5b737bf
commit ee76a0cd1c
3 changed files with 11 additions and 0 deletions

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"

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"

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