keyding / pandora-vercel

在 Vercel 上部署 Pandora-ChatGPT Cloud。Pandora-ChatGPT on Vercel.

Home Page:https://pandora-vercel-lovat.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

已出官方版本,可移步pengzhile/pandora-cloud-serverless

Pandora-Vercel

本项目修改了 Pandora-Cloud 的代码结构,使其能够在 Vercel 以及 ZeaburRailway 等平台部署。主要以支持 Vercel 为主,包含 api 反代以及 fakeopen 反代。

一键部署

Deploy with Vercel

npm install -g vercel
vercel dev

自动更新

若要自动同步本仓库,可参考教程 保持更新

环境变量

CHATGPT_API_PREFIX

对话 api 请求地址,默认为 https://ai.fakeopen.com,可以设置为你的部署后的域名(仅限 vercel),如测试网址 https://pandora-vercel-lovat.vercel.app,或其他反向代理地址(任意平台)。

LOGIN_LOCAL

是否启用账号密码登录。Pandora 现已支持直接登录,故默认为 True或 1。

About

在 Vercel 上部署 Pandora-ChatGPT Cloud。Pandora-ChatGPT on Vercel.

https://pandora-vercel-lovat.vercel.app

License:GNU General Public License v2.0


Languages

Language:HTML 69.0%Language:Python 24.8%Language:JavaScript 6.2%