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>
This commit is contained in:
localai-org-maint-botandmudler authored and GitHub committed 2026-09-19 22:56:45 +02:00
1 parent 956cf4b9b6
commit f909bea212
3 files changed
+6

No files matched your search

+1
View File
@@ -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": {
+1
View File
@@ -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": {
+4
View File
@@ -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