tusharhero / aitelegrambot

aitelegrambot is a telegram bot which uses Ollama as its backend.
GNU General Public License v3.0
35 stars 10 forks source link

Reply to the user, even with streaming messages disabled. #4

Closed tusharhero closed 2 months ago

tusharhero commented 2 months ago

When streaming messages are disabled, the messages take a long time to get sent. This gives the user an impression that bot is doing nothing.

I think the fix for this is to make the bot reply the user with message asking them to wait for the response to be generated.