ChatGPT-Next-Web/README.md

188 lines
7.1 KiB
Markdown
Raw Normal View History

2023-03-21 17:50:02 +00:00
<div align="center">
2023-04-05 17:22:29 +00:00
<img src="./docs/images/icon.svg" alt="icon"/>
2023-03-21 17:50:02 +00:00
<h1 align="center">ChatGPT Next Web</h1>
2023-04-06 09:38:03 +00:00
One-Click to deploy well-designed ChatGPT web UI on Vercel.
2023-03-21 18:03:11 +00:00
2023-04-05 16:41:44 +00:00
一键免费部署你的私人 ChatGPT 网页应用。
[演示 Demo](https://chat-gpt-next-web.vercel.app/) / [反馈 Issues](https://github.com/Yidadaa/ChatGPT-Next-Web/issues) / [Join Discord](https://discord.gg/zrhvHCr79N) / [QQ 群](https://user-images.githubusercontent.com/16968934/228190818-7dd00845-e9b9-4363-97e5-44c507ac76da.jpeg) / [打赏开发者](https://user-images.githubusercontent.com/16968934/227772541-5bcd52d8-61b7-488c-a203-0330d8006e2b.jpg)
2023-03-21 17:50:02 +00:00
2023-03-29 13:18:31 +00:00
[![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)
2023-03-21 17:50:02 +00:00
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/Yidadaa/ChatGPT-Next-Web)
2023-04-05 17:22:29 +00:00
![cover](./docs/images/cover.png)
2023-03-21 18:19:35 +00:00
2023-03-21 17:50:02 +00:00
</div>
2023-04-05 16:41:44 +00:00
## Features
- **Deploy for free with one-click** on Vercel in under 1 minute
2023-04-05 17:22:29 +00:00
- Responsive design, dark mode and PWA
2023-04-05 16:41:44 +00:00
- Fast first screen loading speed (~100kb)
- Awesome prompts powered by [awesome-chatgpt-prompts-zh](https://github.com/PlexPt/awesome-chatgpt-prompts-zh) and [awesome-chatgpt-prompts](https://github.com/f/awesome-chatgpt-prompts)
- Automatically compresses chat history to support long conversations while also saving your tokens
- One-click export all chat history with full Markdown support
- I18n supported
2023-04-05 17:22:29 +00:00
## Roadmap
- [x] System Prompt: pin a user defined prompt as system prompt [#138](https://github.com/Yidadaa/ChatGPT-Next-Web/issues/138)
- [ ] User Prompt: user can edit and save custom prompts to prompt list
- [ ] Desktop App with tauri
- [ ] Self-host Model: support llama, alpaca, ChatGLM, BELLE etc.
- [ ] Plugins: support network search, caculator, any other apis etc. [#165](https://github.com/Yidadaa/ChatGPT-Next-Web/issues/165)
### Not in Plan
- User login, accounts, cloud sync
- UI text customize
2023-03-21 17:50:02 +00:00
## 主要功能
2023-03-22 03:22:44 +00:00
- 在 1 分钟内使用 Vercel **免费一键部署**
2023-04-05 17:22:29 +00:00
- 精心设计的 UI响应式设计支持深色模式支持 PWA
2023-04-03 17:06:00 +00:00
- 极快的首屏加载速度(~100kb
2023-03-27 16:30:12 +00:00
- 海量的内置 prompt 列表,来自[中文](https://github.com/PlexPt/awesome-chatgpt-prompts-zh)和[英文](https://github.com/f/awesome-chatgpt-prompts)
2023-03-22 03:22:44 +00:00
- 自动压缩上下文聊天记录,在节省 Token 的同时支持超长对话
2023-03-21 17:50:02 +00:00
- 一键导出聊天记录,完整的 Markdown 支持
2023-03-22 03:22:44 +00:00
- 拥有自己的域名?好上加好,绑定后即可在任何地方**无障碍**快速访问
2023-03-21 17:50:02 +00:00
2023-04-05 17:22:29 +00:00
## 开发计划
- [x] 为每个对话设置系统 Prompt [#138](https://github.com/Yidadaa/ChatGPT-Next-Web/issues/138)
- [ ] 允许用户自行编辑内置 Prompt 列表
- [ ] 使用 tauri 打包桌面应用
- [ ] 支持自部署的大语言模型
- [ ] 插件机制,支持联网搜索、计算器、调用其他平台 api [#165](https://github.com/Yidadaa/ChatGPT-Next-Web/issues/165)
2023-03-21 18:03:11 +00:00
2023-04-05 17:22:29 +00:00
### 不会开发的功能
2023-04-05 16:41:44 +00:00
- 界面文字自定义
- 用户登录、账号管理、消息云同步
2023-03-21 17:50:02 +00:00
2023-04-05 17:22:29 +00:00
2023-03-21 18:03:11 +00:00
## Get Started
2023-04-05 16:41:44 +00:00
> [简体中文 > 如何开始使用](./README_CN.md#开始使用)
2023-03-21 18:03:11 +00:00
1. Get [OpenAI API Key](https://platform.openai.com/account/api-keys);
2. Click
2023-04-05 16:41:44 +00:00
[![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), remember that `CODE` is your page password;
2023-03-21 18:03:11 +00:00
3. Enjoy :)
2023-04-05 16:41:44 +00:00
## FAQ
2023-04-06 18:53:11 +00:00
[简体中文 > 常见问题](./docs/faq-cn.md) | [English > FAQ](./docs/faq.en.md)
2023-04-03 05:37:55 +00:00
2023-04-05 16:41:44 +00:00
## Keep Updated
> [简体中文 > 如何保持代码更新](./README_CN.md#保持更新)
2023-03-23 03:17:18 +00:00
2023-03-25 06:54:42 +00:00
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:
2023-03-25 06:54:42 +00:00
- Delete the original repo;
- Fork this project;
- Go to the Vercel dashboard, delete the original project, then create a new project and select the project you just forked to redeploy;
- Please manually add an environment variable named `OPENAI_API_KEY` and enter your API key as the value during the redeploy process.
2023-04-03 05:37:55 +00:00
This project will be continuously updated, and after forking the project, the upstream code will be automatically synchronized every day without additional operations.
If you want to update instantly, you can check out the [Github documentation](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork) to learn how to synchronize a forked project with upstream code.
2023-03-23 03:17:18 +00:00
You can star or watch this project or follow author to get release notifictions in time.
2023-04-05 16:41:44 +00:00
## Access Password
> [简体中文 > 如何增加访问密码](./README_CN.md#配置页面访问密码)
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.
2023-04-05 16:41:44 +00:00
## Environment Variables
> [简体中文 > 如何配置 api key、访问密码、接口代理](./README_CN.md#环境变量)
### `OPENAI_API_KEY` (required)
Your openai api key.
### `CODE` (optional)
Access passsword, separated by comma.
### `BASE_URL` (optional)
> Default: `api.openai.com`
Override openai api request base url.
### `PROTOCOL` (optional)
> Default: `https`
> Values: `http` | `https`
Override openai api request protocol.
2023-04-05 16:41:44 +00:00
## Development
> [简体中文 > 如何进行二次开发](./README_CN.md#开发)
2023-03-21 17:50:02 +00:00
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/Yidadaa/ChatGPT-Next-Web)
2023-03-24 10:44:16 +00:00
Before starting development, you must create a new `.env.local` file at project root, and place your api key into it:
2023-03-23 03:59:50 +00:00
```
OPENAI_API_KEY=<your api key here>
```
2023-04-05 16:41:44 +00:00
### Local Development
2023-03-28 08:51:23 +00:00
```shell
2023-04-05 16:41:44 +00:00
# 1. install nodejs and yarn first
# 2. config local env vars in `.env.local`
# 3. run
yarn install
yarn dev
2023-03-25 14:18:48 +00:00
```
2023-04-05 16:41:44 +00:00
## Deployment
> [简体中文 > 如何部署到私人服务器](./README_CN.md#部署)
### Docker (Recommended)
2023-03-27 03:02:25 +00:00
```shell
docker pull yidadaa/chatgpt-next-web
2023-03-27 03:02:25 +00:00
2023-03-27 18:15:52 +00:00
docker run -d -p 3000:3000 -e OPENAI_API_KEY="" -e CODE="" yidadaa/chatgpt-next-web
2023-03-25 14:18:48 +00:00
```
2023-04-05 16:41:44 +00:00
### Shell
```shell
bash <(curl -s https://raw.githubusercontent.com/Yidadaa/ChatGPT-Next-Web/main/scripts/setup.sh)
```
## Screenshots
2023-03-21 17:50:02 +00:00
2023-04-05 17:22:29 +00:00
![Settings](./docs/images/settings.png)
2023-03-21 17:50:02 +00:00
2023-04-05 17:22:29 +00:00
![More](./docs/images/more.png)
2023-03-21 17:50:02 +00:00
2023-03-30 03:21:44 +00:00
2023-04-05 16:41:44 +00:00
## Special Thanks
### Sponsor
2023-03-27 03:02:25 +00:00
2023-03-26 08:52:00 +00:00
[@mushan0x0](https://github.com/mushan0x0)
2023-03-27 03:02:25 +00:00
[@ClarenceDan](https://github.com/ClarenceDan)
2023-03-28 06:53:07 +00:00
[@zhangjia](https://github.com/zhangjia)
2023-03-28 15:13:30 +00:00
[@hoochanlon](https://github.com/hoochanlon)
2023-03-26 08:52:00 +00:00
2023-04-05 16:41:44 +00:00
### Contributor
2023-03-28 18:26:14 +00:00
[Contributors](https://github.com/Yidadaa/ChatGPT-Next-Web/graphs/contributors)
2023-03-27 09:45:36 +00:00
2023-03-21 17:50:02 +00:00
## LICENSE
2023-03-31 02:37:33 +00:00
[Anti 996 License](https://github.com/kattgu7/Anti-996-License/blob/master/LICENSE_CN_EN)