have-not-BUG / chatgpt_plus_proxy_website

Flask反向代理ChatGPT Plus,完美复刻chat.openai.com/chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chatgpt_plus_proxy_website

Flask反向代理ChatGPT网站,完美复刻chat.openai.com/chat

准备

你应该先登录ChatGPT Website,找到名为cf_clearance__Secure-next-auth.session-token_puid的Cookies,复制它们的值。

其中_puid为Plus会员专属值,没它不行。

安装依赖

pip install requests flask

快速开始

  1. chatgpt.py代码相应位置粘贴cf_clearancesession_token_puid的值。

  2. 运行程序

python3 chatgpt_proxy_website.py
  1. 浏览器打开
http://127.0.0.1:8011/chat

注意事项

  1. 只能用于Plus会员账号使用,免费账号没有_puid参数会有CF验证。
  2. 目前登陆上的账号不需要翻墙也能正常使用。

About

Flask反向代理ChatGPT Plus,完美复刻chat.openai.com/chat


Languages

Language:Python 100.0%