From c8d74d35df1bf423a3c2657625672936ed6f08e8 Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Thu, 5 Feb 2026 21:33:44 +0100 Subject: [PATCH] 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> --- swagger/docs.go | 2 ++ swagger/swagger.json | 2 ++ swagger/swagger.yaml | 3 +++ 3 files changed, 7 insertions(+) diff --git a/swagger/docs.go b/swagger/docs.go index ff967336c..e332125b1 100644 --- a/swagger/docs.go +++ b/swagger/docs.go @@ -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": { diff --git a/swagger/swagger.json b/swagger/swagger.json index 07ecd372e..7c7151f77 100644 --- a/swagger/swagger.json +++ b/swagger/swagger.json @@ -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": { diff --git a/swagger/swagger.yaml b/swagger/swagger.yaml index 4b6889ed9..e2323a05a 100644 --- a/swagger/swagger.yaml +++ b/swagger/swagger.yaml @@ -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