mirror of
https://github.com/mudler/LocalAI.git
synced 2026-04-23 19:51:33 -05:00
feat(tts): Implement naive response_format for tts endpoint (#4035)
Signed-off-by: n-Arno <arnaud.alcabas@gmail.com>
This commit is contained in:
+5
-1
@@ -1721,7 +1721,11 @@ const docTemplate = `{
|
||||
"voice": {
|
||||
"description": "voice audio file or speaker id",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"response_format": {
|
||||
"description": "(optional) output format of generated audio file, defaults to wav, accept wav, mp3, flac, aac, opus",
|
||||
"type": "string"
|
||||
},
|
||||
}
|
||||
},
|
||||
"schema.ToolCall": {
|
||||
|
||||
Reference in New Issue
Block a user