ChatGPT-Next-Web/README.md

243 lines
8.6 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-12 06:58:11 +00:00
English / [简体中文](./README_CN.md)
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 网页应用。
2023-04-12 06:58:11 +00:00
[Demo](https://chat-gpt-next-web.vercel.app/) / [Issues](https://github.com/Yidadaa/ChatGPT-Next-Web/issues) / [Join Discord](https://discord.gg/zrhvHCr79N) / [Buy Me a Coffee](https://www.buymeacoffee.com/yidadaa)
2023-04-19 07:36:10 +00:00
[演示](https://chat-gpt-next-web.vercel.app/) / [反馈](https://github.com/Yidadaa/ChatGPT-Next-Web/issues) / [QQ 群](https://user-images.githubusercontent.com/16968934/233002565-139daa1a-eb3a-4a12-ac37-6418e7a15d36.png) / [打赏开发者](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-11 08:04:36 +00:00
- Privacy first, all data stored locally in the browser
2023-04-05 17:22:29 +00:00
- Responsive design, dark mode and PWA
2023-04-12 09:03:42 +00:00
- Fast first screen loading speed (~100kb), support streaming response
2023-04-05 16:41:44 +00:00
- 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)
2023-04-17 17:48:07 +00:00
- [x] User Prompt: user can edit and save custom prompts to prompt list
- [ ] Prompt Template: create a new chat with pre-defined in-context prompts
- [ ] Share as image, share to ShareGPT
2023-04-05 17:22:29 +00:00
- [ ] Desktop App with tauri
- [ ] Self-host Model: support llama, alpaca, ChatGLM, BELLE etc.
2023-04-18 00:55:24 +00:00
- [ ] Plugins: support network search, calculator, any other apis etc. [#165](https://github.com/Yidadaa/ChatGPT-Next-Web/issues/165)
2023-04-05 17:22:29 +00:00
### 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-12 09:03:42 +00:00
- 极快的首屏加载速度(~100kb支持流式响应
2023-04-11 08:04:36 +00:00
- 隐私安全,所有数据保存在用户浏览器本地
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-09 12:43:34 +00:00
## 开发计划
2023-04-05 17:22:29 +00:00
- [x] 为每个对话设置系统 Prompt [#138](https://github.com/Yidadaa/ChatGPT-Next-Web/issues/138)
2023-04-17 17:48:07 +00:00
- [x] 允许用户自行编辑内置 Prompt 列表
- [ ] 提示词模板:使用预制上下文快速定制新对话
- [ ] 分享为图片,分享到 ShareGPT
2023-04-05 17:22:29 +00:00
- [ ] 使用 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-09 12:43:34 +00:00
2023-04-05 16:41:44 +00:00
- 界面文字自定义
- 用户登录、账号管理、消息云同步
2023-03-21 17:50:02 +00:00
2023-03-21 18:03:11 +00:00
## Get Started
2023-04-09 12:43:34 +00:00
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-09 12:43:34 +00:00
2023-04-12 04:11:22 +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
2023-04-09 12:43:34 +00:00
2023-04-05 16:41:44 +00:00
> [简体中文 > 如何保持代码更新](./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-04-12 04:11:22 +00:00
- Delete the original repository;
- Use the fork button in the upper right corner of the page to fork this project;
2023-04-12 04:13:52 +00:00
- Choose and deploy in Vercel again, [please see the detailed tutorial](./docs/vercel-cn.md).
2023-04-12 04:11:22 +00:00
2023-04-12 06:58:11 +00:00
### Enable Automatic Updates
2023-04-14 18:50:04 +00:00
2023-04-12 04:11:22 +00:00
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:
![Automatic Updates](./docs/images/enable-actions.jpg)
2023-03-25 06:54:42 +00:00
2023-04-12 04:11:22 +00:00
![Enable Automatic Updates](./docs/images/enable-actions-sync.jpg)
2023-04-03 05:37:55 +00:00
2023-04-12 04:11:22 +00:00
### Manually Updating Code
2023-04-14 18:50:04 +00:00
2023-04-09 12:43:34 +00:00
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
2023-04-09 12:43:34 +00:00
2023-04-05 16:41:44 +00:00
> [简体中文 > 如何增加访问密码](./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
2023-04-09 12:43:34 +00:00
2023-04-05 16:41:44 +00:00
> [简体中文 > 如何配置 api key、访问密码、接口代理](./README_CN.md#环境变量)
### `OPENAI_API_KEY` (required)
Your openai api key.
### `CODE` (optional)
Access passsword, separated by comma.
### `BASE_URL` (optional)
2023-04-14 18:50:04 +00:00
> Default: `https://api.openai.com`
2023-04-14 18:51:15 +00:00
2023-04-14 18:50:04 +00:00
> Examples: `http://your-openai-proxy.com`
Override openai api request base url.
2023-04-20 14:55:14 +00:00
### `OPENAI_ORG_ID` (optional)
Specify OpenAI organization ID.
2023-04-05 16:41:44 +00:00
## Development
2023-04-09 12:43:34 +00:00
2023-04-05 16:41:44 +00:00
> [简体中文 > 如何进行二次开发](./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
2023-04-09 12:43:34 +00:00
2023-04-05 16:41:44 +00:00
> [简体中文 > 如何部署到私人服务器](./README_CN.md#部署)
2023-04-09 12:43:34 +00:00
2023-04-05 16:41:44 +00:00
### 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-04-09 12:43:34 +00:00
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:
```shell
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
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)
```
2023-04-09 12:43:34 +00:00
2023-04-05 16:41:44 +00:00
## 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-04-07 05:58:56 +00:00
## Donation
2023-04-09 12:43:34 +00:00
2023-04-07 05:58:56 +00:00
[Buy Me a Coffee](https://www.buymeacoffee.com/yidadaa)
2023-03-30 03:21:44 +00:00
2023-04-05 16:41:44 +00:00
## Special Thanks
2023-04-09 12:43:34 +00:00
2023-04-05 16:41:44 +00:00
### Sponsor
2023-03-27 03:02:25 +00:00
2023-04-13 03:04:48 +00:00
> 仅列出捐赠金额 >= 100RMB 的用户。
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-04-07 05:58:56 +00:00
[@relativequantum](https://github.com/relativequantum)
[@desenmeng](https://github.com/desenmeng)
[@webees](https://github.com/webees)
[@chazzhou](https://github.com/chazzhou)
[@hauy](https://github.com/hauy)
2023-04-13 03:04:48 +00:00
[@Corwin006](https://github.com/Corwin006)
2023-04-17 03:17:05 +00:00
[@yankunsong](https://github.com/yankunsong)
[@ypwhs](https://github.com/ypwhs)
[@fxxxchao](https://github.com/fxxxchao)
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)