🚀 Auto-deploy: BotVPS atualizado em 24/03/2026 11:19:59

This commit is contained in:
2026-03-24 11:19:59 +00:00
parent 0cc90d501a
commit 9581def314

View File

@@ -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")