Gathering detailed insights and metrics for zj_chat_gpt
Gathering detailed insights and metrics for zj_chat_gpt
Gathering detailed insights and metrics for zj_chat_gpt
Gathering detailed insights and metrics for zj_chat_gpt
npm install zj_chat_gpt
Typescript
Module System
Node Version
NPM Version
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
38
English / 简体中文
One-Click to deploy well-designed ChatGPT web UI on Vercel.
一键免费部署你的私人 ChatGPT 网页应用。
Demo / Issues / Buy Me a Coffee
CODE
is your page password;If you have deployed your own project with just one click following the steps above, you may encounter the issue of "Updates Available" constantly showing up. This is because Vercel will create a new project for you by default instead of forking this project, resulting in the inability to detect updates correctly.
We recommend that you follow the steps below to re-deploy:
If you encounter a failure of Upstream Sync execution, please manually sync fork once.
After forking the project, due to the limitations imposed by GitHub, you need to manually enable Workflows and Upstream Sync Action on the Actions page of the forked project. Once enabled, automatic updates will be scheduled every hour:
If you want to update instantly, you can check out the GitHub documentation to learn how to synchronize a forked project with upstream code.
You can star or watch this project or follow author to get release notifictions in time.
This project provides limited access control. Please add an environment variable named CODE
on the vercel environment variables page. The value should be passwords separated by comma like this:
code1,code2,code3
After adding or modifying this environment variable, please redeploy the project for the changes to take effect.
OPENAI_API_KEY
(required)Your openai api key.
CODE
(optional)Access passsword, separated by comma.
BASE_URL
(optional)Default:
https://api.openai.com
Examples:
http://your-openai-proxy.com
Override openai api request base url.
OPENAI_ORG_ID
(optional)Specify OpenAI organization ID.
HIDE_USER_API_KEY
(optional)Default: Empty
If you do not want users to input their own API key, set this value to 1.
DISABLE_GPT4
(optional)Default: Empty
If you do not want users to use GPT-4, set this value to 1.
Before starting development, you must create a new .env.local
file at project root, and place your api key into it:
OPENAI_API_KEY=<your api key here>
1# 1. install nodejs and yarn first 2# 2. config local env vars in `.env.local` 3# 3. run 4yarn install 5yarn dev
1docker pull yidadaa/chatgpt-next-web 2 3docker run -d -p 3000:3000 \ 4 -e OPENAI_API_KEY="sk-xxxx" \ 5 -e CODE="your-password" \ 6 yidadaa/chatgpt-next-web
You can start service behind a proxy:
1docker run -d -p 3000:3000 \ 2 -e OPENAI_API_KEY="sk-xxxx" \ 3 -e CODE="your-password" \ 4 -e PROXY_URL="http://localhost:7890" \ 5 yidadaa/chatgpt-next-web
1bash <(curl -s https://raw.githubusercontent.com/Yidadaa/ChatGPT-Next-Web/main/scripts/setup.sh)
仅列出捐赠金额 >= 100RMB 的用户。
@mushan0x0 @ClarenceDan @zhangjia @hoochanlon @relativequantum @desenmeng @webees @chazzhou @hauy @Corwin006 @yankunsong @ypwhs @fxxxchao @hotic @WingCH @jtung4 @micozhu @jhansion @Sha1rholder @AnsonHyq @synwith
No vulnerabilities found.
No security vulnerabilities found.