mirror of
https://github.com/mudler/LocalAI.git
synced 2026-03-31 05:03:13 -04:00
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:
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user