10 Star 118 Fork 30

CyrusZhou / MP_WeiXin_ChatGPT

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.env.production 523 Bytes
一键复制 编辑 原始数据 按行查看 历史
CyrusZhou 提交于 2023-05-20 09:47 . 取消 NEXTAUTH 验证
NODE_ENV=production
APP_ID=your_app_id
APP_SECRET=your_app_secret
TOKEN=your_token
ENCODING_AES_KEY=(开启 安全模式 时需要)
SUBSCRIBE_REPLY=欢迎关注,可直接向ChatGPT提问
CONTENT_TOO_LONG=答案太长,超时了,请重新提问
OPENAI_API_KEY=OpenAI API keys
OPENAI_MODEL=gpt-3.5-turbo
OPENAI_TIMEOUT=60000
IS_AUTHENTICATED=false
IS_LOG=false
SECRET_COOKIE_PASSWORD=f0842d676032c84ceab32453e9eed80c
DB_TYPE=sqlite
DB_HOST=localhost
DB_PORT=6306
DB_USER=weixin
DB_PASS=weixin
DB_NAME=weixin
VERCEL=1
TypeScript
1
https://gitee.com/CyrusZHou/MP_WeiXin_ChatGPT.git
git@gitee.com:CyrusZHou/MP_WeiXin_ChatGPT.git
CyrusZHou
MP_WeiXin_ChatGPT
MP_WeiXin_ChatGPT
master

搜索帮助