feat(swagger): update swagger (#11398)

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:
mudler's LocalAI [bot]andmudler authored and GitHub committed 2026-08-07 01:25:45 +02:00
1 parent 1101d72707
commit 07dfb32bc9
3 files changed
+24

No files matched your search

+7
View File
@@ -3822,6 +3822,13 @@ const docTemplate = `{
"config.Gallery": {
"type": "object",
"properties": {
"mirrors": {
"description": "Mirrors are tried in order when URL cannot be fetched. They are a\nfallback for availability, not a load-balancing pool: the primary is\nalways preferred, and a mirror is only consulted after the one before\nit fails. Any URI the gallery loader understands works here\n(https://, github:, file://).",
"type": "array",
"items": {
"type": "string"
}
},
"name": {
"type": "string"
},
+7
View File
@@ -3819,6 +3819,13 @@
"config.Gallery": {
"type": "object",
"properties": {
"mirrors": {
"description": "Mirrors are tried in order when URL cannot be fetched. They are a\nfallback for availability, not a load-balancing pool: the primary is\nalways preferred, and a mirror is only consulted after the one before\nit fails. Any URI the gallery loader understands works here\n(https://, github:, file://).",
"type": "array",
"items": {
"type": "string"
}
},
"name": {
"type": "string"
},
+10
View File
@@ -2,6 +2,16 @@ basePath: /
definitions:
config.Gallery:
properties:
mirrors:
description: |-
Mirrors are tried in order when URL cannot be fetched. They are a
fallback for availability, not a load-balancing pool: the primary is
always preferred, and a mirror is only consulted after the one before
it fails. Any URI the gallery loader understands works here
(https://, github:, file://).
items:
type: string
type: array
name:
type: string
url: