test dowloand

This commit is contained in:
2026-02-18 14:07:21 +05:00
parent 11780384e0
commit 74b32e869f
8 changed files with 202 additions and 11 deletions

View File

@@ -14,4 +14,4 @@ async def root():
version = data.get("project", {}).get("version", "dev")
except Exception:
pass
return {"status": "ok", "msg": "VPN Bot API", "version": version}
return {"status": "ok", "msg": "LLM-infa API", "version": version}