fix migration

This commit is contained in:
2026-06-16 09:59:39 +03:00
parent 2f892bef19
commit c69186c13b
5 changed files with 50 additions and 23 deletions
+3
View File
@@ -19,6 +19,9 @@ class LLMClient:
base_url=settings.openrouter_base_url,
)
async def aclose(self) -> None:
await self.client.close()
def _runtime(self) -> tuple[str, str, str]:
from app.db.base import SessionLocal
from app.settings.service import SettingsService