Zai-Kun / reverse-engineered-chatgpt

Unofficial reverse-engineered ChatGPT API in Python
Apache License 2.0
242 stars 32 forks source link

chatgpt.py::decoded_json:: {...'error': 'Our systems have detected unusual activity from your system. Please try again later.'} #3

Closed cocolacre closed 10 months ago

cocolacre commented 10 months ago

So, I've noticed you've updated(and then reversed) the README recently, saying that openai had changed their protocol. Just for the record, here's the current state of the issue with this project. Upon sending a prompt, we get the following content within the "decoded_json" from the server: {'message': None, 'conversation_id': '...', 'error': 'Our systems have detected unusual activity from your system. Please try again later.'}

So be careful, folks, because they can probably ban your account due to this.

Zai-Kun commented 10 months ago

The thing is, now they require a token called 'arkose-token.' I am trying to find a way to generate it. Hopefully, it will be fixed soon.

Zai-Kun commented 10 months ago

Found a solution. hopefully, it will be fixed in the next update.