mirror of
https://github.com/mudler/LocalAI.git
synced 2026-09-21 05:34:56 -04:00
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:
1 parent
956cf4b9b6
commit
f909bea212
3 files changed
+6
No files matched your search
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in new issue
Block a user