mirror of
https://github.com/mudler/LocalAI.git
synced 2026-01-31 09:42:45 -05:00
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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user