terry3041 / pyChatGPT

An unofficial Python wrapper for OpenAI's ChatGPT API
GNU General Public License v3.0
1.35k stars 255 forks source link

Is there a way to bypass the 1 hour limit of messages sent? #68

Closed mgrecopy closed 1 year ago

mgrecopy commented 1 year ago

I'm trying to get more responses but ChatGPT says that the 1-hour limit has been reached. I think that by refreshing the page this gets solved, but I don't know how. Or by refreshing the cookie (if there is a way to do this automatically please share). Any help would be nice.

Thank you very much for developing this! Works really well!

doevent commented 1 year ago

Try limits: 30 requests per hour or wait 120 seconds between requests

terry3041 commented 1 year ago

Other than creating new accounts, I don't think there are any ways to bypass the rate-limit.

mgrecopy commented 1 year ago

Ok, thanks for the reply sir.