3.25K subscribers
41 photos
163 videos
53 files
12.6K links
Download Telegram
Channel created
最新的ChatGPT4.0开通方法 需要付费
打开GPT3.5升级界面 使用F12打开控制台
控制台代码:
fetch("/api/auth/session").then(r => r.json()).then(({ accessToken }) => {
 fetch("/backend-api/payments/checkout", {
  "method": "POST",
  "headers": { "authorization": `Bearer ${accessToken}`, },
 }).then(r => r.json()).then(d => window.open(d.url))
})


或者3.5登陆之后直接浏览器打开

https://chat.openai.com/invite/accepted
Please open Telegram to view this post
VIEW IN TELEGRAM
ED pinned «»