Closed Antoniofiliona closed 9 months ago
I've also gotten this error while receiving a response from ollama's mixtral server.
/aiohttp/helpers.py", line 735, in exit raise asyncio.TimeoutError from None TimeoutError
It means that token per second is less than 5 and aiogram can't handle such requests. I will add a check for it in the new version.
I've also gotten this error while receiving a response from ollama's mixtral server.
/aiohttp/helpers.py", line 735, in exit raise asyncio.TimeoutError from None TimeoutError