ruecat / ollama-telegram

🦙 Ollama Telegram bot, with advanced configuration
MIT License
298 stars 82 forks source link

asyncio.TimeoutError #28

Closed Antoniofiliona closed 9 months ago

Antoniofiliona commented 10 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

ruecat commented 9 months ago

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.