From decb60621659b54a3beef04197eaac71e06182e3 Mon Sep 17 00:00:00 2001 From: "mudler's LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Sun, 26 Jul 2026 00:01:19 +0200 Subject: [PATCH] feat(swagger): update swagger (#11122) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: mudler <2420543+mudler@users.noreply.github.com> --- swagger/docs.go | 2 +- swagger/swagger.json | 2 +- swagger/swagger.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/swagger/docs.go b/swagger/docs.go index 5dd3705b9..02730a48d 100644 --- a/swagger/docs.go +++ b/swagger/docs.go @@ -4292,7 +4292,7 @@ const docTemplate = `{ "type": "integer" }, "state": { - "description": "loading, loaded, unloading, idle", + "description": "staging, loading, loaded, unloading, idle", "type": "string" }, "updated_at": { diff --git a/swagger/swagger.json b/swagger/swagger.json index d5729c847..abc81df78 100644 --- a/swagger/swagger.json +++ b/swagger/swagger.json @@ -4289,7 +4289,7 @@ "type": "integer" }, "state": { - "description": "loading, loaded, unloading, idle", + "description": "staging, loading, loaded, unloading, idle", "type": "string" }, "updated_at": { diff --git a/swagger/swagger.yaml b/swagger/swagger.yaml index b22cef3c3..afcd67fdc 100644 --- a/swagger/swagger.yaml +++ b/swagger/swagger.yaml @@ -503,7 +503,7 @@ definitions: replica_index: type: integer state: - description: loading, loaded, unloading, idle + description: staging, loading, loaded, unloading, idle type: string updated_at: type: string