father-bot / chatgpt_telegram_bot

💬 Telegram bot with ChatGPT, Python-based, using OpenAI's API.
https://t.me/chatgpt_karfly_bot
MIT License
5.2k stars 1.82k forks source link

streaming timeout #345

Open realies opened 1 year ago

realies commented 1 year ago

when streaming is enabled, longer responses often fail with:

Something went wrong during completion. Reason: Timed out

cahya-wirawan commented 1 year ago

I get the same issue "Something went wrong during completion. Reason: Timed out"

karfly commented 1 year ago

Hi @realies @cahya-wirawan Increased timeout to 60.0 seconds in 8f5a02089166e2c097d3f7a9ac873d6df0f44e2e. Can you please check if it works for you?

realies commented 1 year ago

@karfly, I think it works fine now. The changes update much slower, though. Has that been changed?

Nope, still happens.

karfly commented 1 year ago

Recently I also experienced TimedOut errors. Looks like there was some problem with Telegram Bot API.

Do you experience this problem all the time or it happens from time to time?

realies commented 1 year ago

Ocasionally with longer responses. I think there might be a rate limit to how often you can update a message which causes this.