jichun29
经验教程
Chatgpt3.5网页版搭建过程+Cf workers反代教程
1:打开你的网站目录,删除旧文件,下载这个文件放进去https://raw.githubusercontent.com/jichun29/tools/main/chat-web/index.html2:修改你的网站配置文件,加入下面的代码建议是开启https,放在443端口配置区域。location ^~ /v1 { proxy_pass https://api.openai.com/v1; proxy_set_header Host api.openai.com; #注意Bearer 后改为正确的token.如需用户自定义API key,可注释掉下一行 #proxy_set_heade...
热门文章