考拉kk
返回教程分享

【零成本使用ChatGPT】无需VPS、无需国外手机号接码,新手小白入门教程|ChatGPT简单上手|绕过apikey验证手机号限制|跨境电商|网赚必备|API key使用指南

VPS推荐:https://kaolakk.com/12878.html

相关链接

注册ChatGPT:https://chat.openai.com获取API key:https://platform.openai.com

项目地址:https://github.com/pandora-next/deploy

项目文档:https://fakeopen.org/PandoraNext

官方获取Access Token和Session Token:https://chat.openai.com/api/auth/session

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

https://www.cloudflare.com/zh-cn/

export default {
  async fetch(request, env) {
    let url = new URL(request.url);
    url.hostname = 'api.openai.com'
    return fetch(new Request(url, request));
  },
};
https://cloudflare.com