hibobmaster / matrix_chatgpt_bot

A simple matrix bot that supports image generation and chatting using ChatGPT, Langchain
https://matrix.to/#/#public:matrix.qqs.tw
MIT License
75 stars 13 forks source link

producing "Service Unavailable" in bing chat #26

Closed jaodei closed 1 year ago

jaodei commented 1 year ago

The bing chat bot (created using v1.2.0) produces "Service Unavailable" possibly due to not having been using for a while (over 10 hours maybe). The error can be quickly resolved by restarting the container.

Such an issue is not seen in other bots like bard, bing image creator.

Is this due to a mechanism set by microsoft?

hibobmaster commented 1 year ago

Sorry I am too busy these days.

Is this due to a mechanism set by microsoft?

Yes, each conversation will end up in a few hours if no request has been made. Use !new bing to start a new conversation, no need to restart the container.

jaodei commented 1 year ago

cool. thanks.

hibobmaster commented 1 year ago

I will add a timestamp check in the following updates.