项目地址:https://github.com/pandora-next/deploy
项目文档:https://fakeopen.org/PandoraNext
官方获取Access Token和Session Token:https://chat.openai.com/api/auth/session
获取Access Token和Session Token:https://ai.fakeopen.com/auth
生成Share Token:https://ai.fakeopen.com/token
生成Pool Token:https://ai.fakeopen.com/pool
第三方WebUI:https://github.com/Yidadaa/ChatGPT-Next-Web

使用Web模式

免费账号共享池:https://baipiao.io/chatgpt
官方演示地址一:https://chat.oaifree.com
官方演示地址二:https://chat1.zhile.io
别人搭建的网址:https://fofa.info/result?qbase64=Ym9keT0iQ29udGludWUgd2l0aCBBY2Nlc3MgVG9rZW4iICYmIHRpdGxlPSJQYW5kb3JhTmV4dCIgJiYgY291bnRyeT0iQ04i

反向代理Pandora:https://cloudflare.com
RProxy.zip

1
2
3
4
5
6
7
export default {
async fetch(request, env) {
let url = new URL(request.url);
url.hostname = 'chat.zhile.io'
return fetch(new Request(url, request));
},
};

使用Proxy模式(自己搭建)

license_id(根据github账号年限获取使用额度):https://dash.pandoranext.com

1
2
3
4
5
6
7
8
9
#下载pandora
https://github.com/pandora-next/deploy/releases
#后台运行pandora
nohup ./PandoraNext > pandora.log 2>&1 &

#下载pandora-get-token.py
https://raw.githubusercontent.com/bulianglin/demo/main/pandora-get-token.py
#后台运行载pandora-get-token.py
nohup python3 -u pandora-get-token.py > gettoken.log 2>&1 &

Bash

共享Pool Token:pk-this-is-a-real-free-pool-token-for-everyone