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