niantuo 05803dbbd3 pkg | há 11 meses atrás | |
---|---|---|
.github | há 11 meses atrás | |
.husky | há 1 ano atrás | |
app | há 11 meses atrás | |
docs | há 1 ano atrás | |
public | há 1 ano atrás | |
scripts | há 1 ano atrás | |
src-tauri | há 11 meses atrás | |
.babelrc | há 1 ano atrás | |
.dockerignore | há 11 meses atrás | |
.env.development | há 11 meses atrás | |
.env.production | há 11 meses atrás | |
.env.template | há 11 meses atrás | |
.eslintignore | há 1 ano atrás | |
.eslintrc.json | há 1 ano atrás | |
.gitignore | há 1 ano atrás | |
.gitpod.yml | há 1 ano atrás | |
.lintstagedrc.json | há 1 ano atrás | |
.prettierrc.js | há 1 ano atrás | |
CODE_OF_CONDUCT.md | há 1 ano atrás | |
Dockerfile | há 11 meses atrás | |
LICENSE | há 1 ano atrás | |
README.md | há 11 meses atrás | |
README_CN.md | há 11 meses atrás | |
docker-compose.yml | há 11 meses atrás | |
next.config.mjs | há 11 meses atrás | |
package.json | há 11 meses atrás | |
tsconfig.json | há 1 ano atrás | |
vercel.json | há 1 ano atrás | |
yarn.lock | há 11 meses atrás |
5bcd52d8
-61b7-488c-a203-0330d8006e
.jpg)
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FYidadaa%2FChatGPT-Next-Web&env=OPENAI_API_KEY&env=CODE&project-name=chatgpt-next-web&repository-name=ChatGPT-Next-Web)
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/Yidadaa/ChatGPT-Next-Web)
![cover](./docs/images/cover.png)
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 notifications 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.
CODE
(optional)Access password, separated by comma.
OPENAI_API_KEY
(required)Your openai api key, join multiple api keys with 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.
AZURE_URL
(optional)Example: https://{azure-resource-url}/openai/deployments/{deploy-name}
Azure deploy url.
AZURE_API_KEY
(optional)Azure Api Key.
AZURE_API_VERSION
(optional)Azure Api Version, find it at Azure Documentation.
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.
ENABLE_BALANCE_QUERY
(optional)Default: Empty
If you do want users to query balance, set this value to 1, or you should set it to 0.
DISABLE_FAST_LINK
(optional)Default: Empty
If you want to disable parse settings from url, set this to 1.
CUSTOM_MODELS
(optional)Default: Empty Example:
+llama,+claude-2,-gpt-3.5-turbo,gpt-4-1106-preview=gpt-4-turbo
means addllama, claude-2
to model list, and removegpt-3.5-turbo
from list, and displaygpt-4-1106-preview
asgpt-4-turbo
.
To control custom models, use +
to add a custom model, use -
to hide a model, use name=displayName
to customize model name, separated by comma.
User -all
to disable all default models, +all
to enable all default models.
NodeJS >= 18, Docker >= 20
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>
# if you are not able to access openai service, use this BASE_URL
BASE_URL=https://chatgpt1.nextweb.fun/api/proxy
# 1. install nodejs and yarn first
# 2. config local env vars in `.env.local`
# 3. run
yarn install
yarn dev
docker pull yidadaa/chatgpt-next-web
docker run -d -p 3000:3000 \
-e OPENAI_API_KEY=sk-xxxx \
-e CODE=your-password \
yidadaa/chatgpt-next-web
You can start service behind a proxy:
docker run -d -p 3000:3000 \
-e OPENAI_API_KEY=sk-xxxx \
-e CODE=your-password \
-e PROXY_URL=http://localhost:7890 \
yidadaa/chatgpt-next-web
If your proxy needs password, use:
-e PROXY_URL="http://127.0.0.1:7890 user pass"
bash <(curl -s https://raw.githubusercontent.com/Yidadaa/ChatGPT-Next-Web/main/scripts/setup.sh)
| 简体中文 | English | Italiano | 日本語 | 한국어
Please go to the [docs][./docs] directory for more documentation instructions.
If you want to add a new translation, read this document.
仅列出捐赠金额 >= 100RMB 的用户。
@mushan0x0 @ClarenceDan @zhangjia @hoochanlon @relativequantum @desenmeng @webees @chazzhou @hauy @Corwin006 @yankunsong @ypwhs @fxxxchao @hotic @WingCH @jtung4 @micozhu @jhansion @Sha1rholder @AnsonHyq @synwith @piksonGit @ouyangzhiping @wenjiavv @LeXwDeX @Licoy @shangmin2009