feat(swagger): update swagger (#7820)

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com>
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
LocalAI [bot]
2026-01-01 21:16:38 +01:00
committed by GitHub
parent 7db79aadfa
commit 5ee6c1810b
3 changed files with 3 additions and 11 deletions

View File

@@ -2446,10 +2446,6 @@ const docTemplate = `{
"type": "string"
}
},
"mode": {
"description": "Image (not supported by OpenAI)",
"type": "integer"
},
"model": {
"type": "string"
},
@@ -2476,6 +2472,7 @@ const docTemplate = `{
"description": "Prompt is read only by completion/image API calls"
},
"quality": {
"description": "Image (not supported by OpenAI)",
"type": "string"
},
"reasoning_effort": {

View File

@@ -2439,10 +2439,6 @@
"type": "string"
}
},
"mode": {
"description": "Image (not supported by OpenAI)",
"type": "integer"
},
"model": {
"type": "string"
},
@@ -2469,6 +2465,7 @@
"description": "Prompt is read only by completion/image API calls"
},
"quality": {
"description": "Image (not supported by OpenAI)",
"type": "string"
},
"reasoning_effort": {

View File

@@ -705,9 +705,6 @@ definitions:
additionalProperties:
type: string
type: object
mode:
description: Image (not supported by OpenAI)
type: integer
model:
type: string
model_base_name:
@@ -727,6 +724,7 @@ definitions:
prompt:
description: Prompt is read only by completion/image API calls
quality:
description: Image (not supported by OpenAI)
type: string
reasoning_effort:
type: string