mirror of
https://github.com/mudler/LocalAI.git
synced 2026-03-31 13:15:51 -04:00
feat(swagger): update swagger (#8706)
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:
@@ -2183,6 +2183,18 @@ const docTemplate = `{
|
||||
"schema.GalleryResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"estimated_size_bytes": {
|
||||
"type": "integer"
|
||||
},
|
||||
"estimated_size_display": {
|
||||
"type": "string"
|
||||
},
|
||||
"estimated_vram_bytes": {
|
||||
"type": "integer"
|
||||
},
|
||||
"estimated_vram_display": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
@@ -2176,6 +2176,18 @@
|
||||
"schema.GalleryResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"estimated_size_bytes": {
|
||||
"type": "integer"
|
||||
},
|
||||
"estimated_size_display": {
|
||||
"type": "string"
|
||||
},
|
||||
"estimated_vram_bytes": {
|
||||
"type": "integer"
|
||||
},
|
||||
"estimated_vram_display": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
@@ -444,6 +444,14 @@ definitions:
|
||||
type: object
|
||||
schema.GalleryResponse:
|
||||
properties:
|
||||
estimated_size_bytes:
|
||||
type: integer
|
||||
estimated_size_display:
|
||||
type: string
|
||||
estimated_vram_bytes:
|
||||
type: integer
|
||||
estimated_vram_display:
|
||||
type: string
|
||||
status:
|
||||
type: string
|
||||
uuid:
|
||||
|
||||
Reference in New Issue
Block a user