mirror of
https://github.com/mudler/LocalAI.git
synced 2026-05-16 12:38:01 -04:00
feat(swagger): update swagger (#9723)
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:
@@ -3078,6 +3078,10 @@ const docTemplate = `{
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"sha256": {
|
||||
"description": "SHA256 is the expected sha256 of the backend tarball at URI / Mirrors.\nEmpty disables the integrity check; OCI URIs carry their own digest.",
|
||||
"type": "string"
|
||||
},
|
||||
"size": {
|
||||
"description": "Size is an optional hardcoded model size string (e.g. \"500MB\", \"14.5GB\").\nUsed when the size cannot be estimated automatically.",
|
||||
"type": "string"
|
||||
|
||||
@@ -3075,6 +3075,10 @@
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"sha256": {
|
||||
"description": "SHA256 is the expected sha256 of the backend tarball at URI / Mirrors.\nEmpty disables the integrity check; OCI URIs carry their own digest.",
|
||||
"type": "string"
|
||||
},
|
||||
"size": {
|
||||
"description": "Size is an optional hardcoded model size string (e.g. \"500MB\", \"14.5GB\").\nUsed when the size cannot be estimated automatically.",
|
||||
"type": "string"
|
||||
|
||||
@@ -94,6 +94,11 @@ definitions:
|
||||
type: array
|
||||
name:
|
||||
type: string
|
||||
sha256:
|
||||
description: |-
|
||||
SHA256 is the expected sha256 of the backend tarball at URI / Mirrors.
|
||||
Empty disables the integrity check; OCI URIs carry their own digest.
|
||||
type: string
|
||||
size:
|
||||
description: |-
|
||||
Size is an optional hardcoded model size string (e.g. "500MB", "14.5GB").
|
||||
|
||||
Reference in New Issue
Block a user