From f909bea2120f60639d412aa859870d82e36041af Mon Sep 17 00:00:00 2001 From: localai-org-maint-bot Date: Sat, 19 Sep 2026 22:56:45 +0200 Subject: [PATCH] feat(swagger): update swagger (#12148) 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 | 1 + swagger/swagger.json | 1 + swagger/swagger.yaml | 4 ++++ 3 files changed, 6 insertions(+) diff --git a/swagger/docs.go b/swagger/docs.go index f5ac9d7e4..6ae74b94a 100644 --- a/swagger/docs.go +++ b/swagger/docs.go @@ -7184,6 +7184,7 @@ const docTemplate = `{ "type": "integer" }, "negative_prompt": { + "description": "NegativePrompt for image generation (matches Stable Diffusion WebUI /\nvLLM-Omni conventions). Combined, comma-separated, with any \"|\"-suffixed\nnegative tags in Prompt.", "type": "string" }, "negative_prompt_scale": { diff --git a/swagger/swagger.json b/swagger/swagger.json index 4d3bab9a2..c19487f6c 100644 --- a/swagger/swagger.json +++ b/swagger/swagger.json @@ -7181,6 +7181,7 @@ "type": "integer" }, "negative_prompt": { + "description": "NegativePrompt for image generation (matches Stable Diffusion WebUI /\nvLLM-Omni conventions). Combined, comma-separated, with any \"|\"-suffixed\nnegative tags in Prompt.", "type": "string" }, "negative_prompt_scale": { diff --git a/swagger/swagger.yaml b/swagger/swagger.yaml index 87fa171fc..6f9f6b1b7 100644 --- a/swagger/swagger.yaml +++ b/swagger/swagger.yaml @@ -2162,6 +2162,10 @@ definitions: n_keep: type: integer negative_prompt: + description: |- + NegativePrompt for image generation (matches Stable Diffusion WebUI / + vLLM-Omni conventions). Combined, comma-separated, with any "|"-suffixed + negative tags in Prompt. type: string negative_prompt_scale: type: number