mirror of
https://github.com/mudler/LocalAI
synced 2026-04-21 13:27:21 +00:00
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:
parent
0ee49cf42e
commit
470d5e506f
3 changed files with 8 additions and 0 deletions
|
|
@ -2521,6 +2521,9 @@ const docTemplate = `{
|
|||
"type": "string"
|
||||
}
|
||||
},
|
||||
"min_p": {
|
||||
"type": "number"
|
||||
},
|
||||
"model": {
|
||||
"type": "string"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2514,6 +2514,9 @@
|
|||
"type": "string"
|
||||
}
|
||||
},
|
||||
"min_p": {
|
||||
"type": "number"
|
||||
},
|
||||
"model": {
|
||||
"type": "string"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1005,6 +1005,8 @@ definitions:
|
|||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
min_p:
|
||||
type: number
|
||||
model:
|
||||
type: string
|
||||
model_base_name:
|
||||
|
|
|
|||
Loading…
Reference in a new issue