feat(swagger): update swagger (#8418)

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-02-05 21:33:44 +01:00
committed by GitHub
parent a849f285a5
commit c8d74d35df
3 changed files with 7 additions and 0 deletions

View File

@@ -2136,6 +2136,7 @@ const docTemplate = `{
"type": "number"
},
"instrumental": {
"description": "Simple mode: use text as description; optional instrumental / vocal_language",
"type": "boolean"
},
"keyscale": {
@@ -2157,6 +2158,7 @@ const docTemplate = `{
"type": "string"
},
"think": {
"description": "Advanced mode",
"type": "boolean"
},
"timesignature": {

View File

@@ -2129,6 +2129,7 @@
"type": "number"
},
"instrumental": {
"description": "Simple mode: use text as description; optional instrumental / vocal_language",
"type": "boolean"
},
"keyscale": {
@@ -2150,6 +2151,7 @@
"type": "string"
},
"think": {
"description": "Advanced mode",
"type": "boolean"
},
"timesignature": {

View File

@@ -412,6 +412,8 @@ definitions:
duration_seconds:
type: number
instrumental:
description: 'Simple mode: use text as description; optional instrumental
/ vocal_language'
type: boolean
keyscale:
type: string
@@ -426,6 +428,7 @@ definitions:
text:
type: string
think:
description: Advanced mode
type: boolean
timesignature:
type: string