feat(swagger): update swagger (#6834)

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 [bot]
2025-10-27 21:24:28 +01:00
committed by GitHub
parent df899ee26a
commit 0468456fad
3 changed files with 24 additions and 0 deletions

View File

@@ -1862,6 +1862,9 @@ const docTemplate = `{
"height": {
"type": "integer"
},
"input_reference": {
"type": "string"
},
"model": {
"type": "string"
},
@@ -1877,9 +1880,15 @@ const docTemplate = `{
"response_format": {
"type": "string"
},
"seconds": {
"type": "string"
},
"seed": {
"type": "integer"
},
"size": {
"type": "string"
},
"start_image": {
"type": "string"
},

View File

@@ -1855,6 +1855,9 @@
"height": {
"type": "integer"
},
"input_reference": {
"type": "string"
},
"model": {
"type": "string"
},
@@ -1870,9 +1873,15 @@
"response_format": {
"type": "string"
},
"seconds": {
"type": "string"
},
"seed": {
"type": "integer"
},
"size": {
"type": "string"
},
"start_image": {
"type": "string"
},

View File

@@ -700,6 +700,8 @@ definitions:
type: integer
height:
type: integer
input_reference:
type: string
model:
type: string
negative_prompt:
@@ -710,8 +712,12 @@ definitions:
type: string
response_format:
type: string
seconds:
type: string
seed:
type: integer
size:
type: string
start_image:
type: string
step: