From 9581def314a3192dd26d46703fd93300aa72fc28 Mon Sep 17 00:00:00 2001 From: admtracksteel Date: Tue, 24 Mar 2026 11:19:59 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Auto-deploy:=20BotVPS=20atualiza?= =?UTF-8?q?do=20em=2024/03/2026=2011:19:59?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index d6e68c8..fcebfc9 100644 --- a/main.py +++ b/main.py @@ -87,7 +87,7 @@ async def update_llm_config(cfg: dict, is_auth: bool = Depends(verify_password)) @app.get("/api/llm-models") async def list_models(is_auth: bool = Depends(verify_password)): - return {"models": get_available_models()} + return {"models": await get_available_models()} # --- SYNC & ACTIONS --- @app.post("/api/sync-credentials")