Closed suikaremilia closed 1 year ago
The reverse proxy server is not simply proxying the ChatGPT web application, but instead simulating a set of interfaces consistent with the official completions API based on ChatGPT's response. To avoid OpenAI blocking this method, the reverse proxy server is closed-source and maintained by only a few people.
Unfortunately, according to one of the maintainers of the servers, OpenAI eventually patched this method. So it's unusable at present.
Closed as this issue is related to the (legacy) reverse proxy servers, which is out of the scope of this repository.
FYI, you can now use the unofficial API with v2.1.0 to bypass CloudFlare without a browser.
Thank you for your work, I really enjoyed it. I am now trying to use the v4 api but am having some problems.
I have a proxy server and it seems to work fine.
And I set apiReverseProxyUrl in local.json like this:
But when I start the bot and send a message to it in telegram, it gets stuck and doesn't get the returned value.
Is there a setting that I haven't configured correctly? Thanks