mirror of
https://github.com/mudler/LocalAI.git
synced 2026-07-13 09:44:26 -04:00
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:
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user