mirror of
https://github.com/mudler/LocalAI.git
synced 2026-02-27 04:08:57 -05:00
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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user