You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[<imgsrc="https://vercel.com/button"alt="Deploy on Vercel"height="30">](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FChatGPTNextWeb%2FChatGPT-Next-Web&env=OPENAI_API_KEY&env=CODE&project-name=nextchat&repository-name=NextChat)[<imgsrc="https://zeabur.com/button.svg"alt="Deploy on Zeabur"height="30">](https://zeabur.com/templates/ZBUEFA)[<imgsrc="https://gitpod.io/button/open-in-gitpod.svg"alt="Open in Gitpod"height="30">](https://gitpod.io/#https://github.com/Yidadaa/ChatGPT-Next-Web)[<imgsrc="https://img.shields.io/badge/BT_Deploy-Install-20a53a"alt="BT Deply Install"height="30">](https://www.bt.cn/new/download.html)[<imgsrc="https://svgshare.com/i/1AVg.svg"alt="Deploy to Alibaba Cloud"height="30">](https://computenest.aliyun.com/market/service-f1c9b75e59814dc49d52)
36
+
[<imgsrc="https://vercel.com/button"alt="Deploy on Vercel"height="30">](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FChatGPTNextWeb%2FChatGPT-Next-Web&env=OPENAI_API_KEY&env=CODE&project-name=nextchat&repository-name=NextChat)[<imgsrc="https://zeabur.com/button.svg"alt="Deploy on Zeabur"height="30">](https://zeabur.com/templates/ZBUEFA)[<imgsrc="https://gitpod.io/button/open-in-gitpod.svg"alt="Open in Gitpod"height="30">](https://gitpod.io/#https://github.com/Yidadaa/ChatGPT-Next-Web)[<imgsrc="https://img.shields.io/badge/BT_Deploy-Install-20a53a"alt="BT Deply Install"height="30">](https://www.bt.cn/new/download.html)
- 🚀 v2.7 let's share conversations as image, or share to ShareGPT!
111
105
- 🚀 v2.0 is released, now you can create prompt templates, turn your ideas into reality! Read this: [ChatGPT Prompt Engineering Tips: Zero, One and Few Shot Prompting](https://www.allabtai.com/prompt-engineering-tips-zero-one-and-few-shot-prompting/).
-[x] 插件机制,支持`联网搜索`、`计算器`、调用其他平台 api [#165](https://github.com/Yidadaa/ChatGPT-Next-Web/issues/165)[#5353](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/issues/5353)
137
-
-[x] 支持联网搜索、计算器、调用其他平台 api [#165](https://github.com/Yidadaa/ChatGPT-Next-Web/issues/165)[#5353](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/issues/5353)
1. Get [OpenAI API Key](https://platform.openai.com/account/api-keys);
158
110
2. Click
159
111
[](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;
160
112
3. Enjoy :)
161
113
162
114
## FAQ
163
115
164
-
[简体中文 > 常见问题](./docs/faq-cn.md)
165
-
166
116
[English > FAQ](./docs/faq-en.md)
167
117
168
118
## Keep Updated
169
119
170
-
> [简体中文 > 如何保持代码更新](./README_CN.md#保持更新)
171
-
172
120
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.
173
121
174
122
We recommend that you follow the steps below to re-deploy:
@@ -195,8 +143,6 @@ You can star or watch this project or follow author to get release notifications
195
143
196
144
## Access Password
197
145
198
-
> [简体中文 > 如何增加访问密码](./README_CN.md#配置页面访问密码)
199
-
200
146
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:
201
147
202
148
```
@@ -207,8 +153,6 @@ After adding or modifying this environment variable, please redeploy the project
207
153
208
154
## Environment Variables
209
155
210
-
> [简体中文 > 如何配置 api key、访问密码、接口代理](./README_CN.md#环境变量)
211
-
212
156
### `CODE` (optional)
213
157
214
158
Access password, separated by comma.
@@ -311,6 +255,14 @@ ChatGLM Api Key.
311
255
312
256
ChatGLM Api Url.
313
257
258
+
### `DEEPSEEK_API_KEY` (optional)
259
+
260
+
DeepSeek Api Key.
261
+
262
+
### `DEEPSEEK_URL` (optional)
263
+
264
+
DeepSeek Api Url.
265
+
314
266
### `HIDE_USER_API_KEY` (optional)
315
267
316
268
> Default: Empty
@@ -387,7 +339,6 @@ NodeJS >= 18, Docker >= 20
387
339
388
340
## Development
389
341
390
-
> [简体中文 > 如何进行二次开发](./README_CN.md#开发)
391
342
392
343
[](https://gitpod.io/#https://github.com/Yidadaa/ChatGPT-Next-Web)
0 commit comments