askrella / whatsapp-chatgpt

ChatGPT + DALL-E + WhatsApp = AI Assistant :rocket: :robot:
3.46k stars 834 forks source link

Error after Inactivity #19

Closed crwals-feko closed 1 year ago

crwals-feko commented 1 year ago

I installed and set up the bot correctly. It also works perfectly. Now I wanted to keep the bot accessible 24/7 and put it on my server. After a period of inactivity, the bot stops responding and throws an error. Does anyone have any idea how I can get around this so that I can message the bot 24/7?

navopw commented 1 year ago

Hey @crwals-feko,

there is a new method on accessing the chatgpt api.

I will update the whatsapp bot soon.

navopw commented 1 year ago

The new method doesn't use any browser hacks and will allow you to run it 24/7 easily.

navopw commented 1 year ago

Check the newest version, this project now works with OPENAI_API_KEY and not EMAIL & PASSWORD anymore.

You can create a API Key here: https://platform.openai.com/account/api-keys

Also check the latest README: https://github.com/navopw/whatsapp-chatgpt/blob/master/README.md