ikechan8370 / node-chatgpt-proxy

a stable proxy solution of chat.openai.com which can bypass cloudflare with browser
Apache License 2.0
93 stars 17 forks source link

GPT4现在需要arkose token才能使用 #5

Open UnknownErrorCodes opened 1 year ago

UnknownErrorCodes commented 1 year ago

现在CHATGPT使用GPT4模型会先向https://tcr9i.chat.openai.com/fc/gt2/public_key/35536E1E-65B4-4D96-9D97-6ADB7EFF8147请求arkose token 然后在https://chat.openai.com/backend-api/conversation附加请求的arkose token并发送 希望能跟进

ikechan8370 commented 1 year ago

呃,有具体可以参考的资料吗?我没plus账户所以不清楚这些流程,或者3.5也会有一样的流程吗?

ikechan8370 commented 1 year ago

3.5的arkose token是空的。

UnknownErrorCodes commented 1 year ago

呃,有具体可以参考的资料吗?我没plus账户所以不清楚这些流程,或者3.5也会有一样的流程吗?

3.5不需要,可为空,只有GPT4和gpt4的其他模型需要 这个是如何生成 GPT-4 arkose_token的相关内容 这两个是现有的有arkose_token的项目: https://github.com/linweiyuan/chatgpt-arkose-token-api https://github.com/acheong08/ChatGPTProxy 不过这两个项目在过验证码方面好像都没您的稳定,所以才想请求跟进