Setting model, /status command for pinging host

This commit is contained in:
BarsTiger
2023-03-06 22:53:30 +02:00
parent 8e3e6929d8
commit a5ce82f148
11 changed files with 171 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ import aiohttp
from bot.db import db, DBTables, decrypt
async def get_models():
async def get_models() -> list | None:
endpoint = decrypt(db[DBTables.config].get('endpoint'))
async with aiohttp.ClientSession() as session:
r = await session.get(endpoint + "/sdapi/v1/sd-models")