@TheSmallHanCat 在 Sora2api 中发帖
[!tip]
肝了好多天,目前项目基本上已完成90%,目前正在进行bug测试。
[!warning] 项目地址
GitHub:https://github.com/TheSmallHanCat/sora2api
已实现功能
RT、ST、AT 解析与刷新机制:
默认以 AT (Access Token) 为准。
为避免自动刷新导致账号风控,刷新 AT 需要手动点击刷新按钮,支持RT2AT、ST2AT。
AT:访问https://chatgpt.com/api/auth/session 里的accesstoken就是
ST:在F12控制台抓cookie __Secure-next-auth.session-token
RT:GitHub - qy527145/openai_token: 用于获取Openai / ChatGPT 相关的token
▶
示例图
T...