Chat CPT managed to fix it suggested "no SSL", it does work. And models downloading. This is ugly fix, the code itself deserves it. ``` async with aiohttp.ClientSession(loop=asyncio.get_event_loop(), connector=aiohttp.TCPConnector(ssl=False)) as session: # existing code with `session` ```