Zai-Kun / reverse-engineered-chatgpt

Unofficial reverse-engineered ChatGPT API in Python
Apache License 2.0
240 stars 31 forks source link

gpt-4 not working #24

Closed Myte01 closed 7 months ago

Myte01 commented 7 months ago

There's no response from gpt-4 model

Zai-Kun commented 7 months ago

I do not recommend using gpt-4 as it requires an arkose-token which is related to captchas. Sometimes it doesn't work because of that. There is nothing much I can do, gpt-4 has captcha protection on it. I recommend only using gpt-3.

Myte01 commented 7 months ago

Now solved, I modified arkose generator. Thanks !!

Zai-Kun commented 7 months ago

Now solved, I modified arkose generator. Thanks !!

Can you please tell me what did you do to make it work? It would be great if you do.

Myte01 commented 7 months ago

I use your py-arkose-token-generator instead of arkose-token-generator function.