feat(swagger): update swagger (#9103)

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]
2026-03-22 21:28:20 +01:00
committed by GitHub
parent 0ee49cf42e
commit 470d5e506f
3 changed files with 8 additions and 0 deletions

View File

@@ -2521,6 +2521,9 @@ const docTemplate = `{
"type": "string"
}
},
"min_p": {
"type": "number"
},
"model": {
"type": "string"
},

View File

@@ -2514,6 +2514,9 @@
"type": "string"
}
},
"min_p": {
"type": "number"
},
"model": {
"type": "string"
},

View File

@@ -1005,6 +1005,8 @@ definitions:
additionalProperties:
type: string
type: object
min_p:
type: number
model:
type: string
model_base_name: