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
- 🚀 v2.7 let's share conversations as image, or share to ShareGPT!
116
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)
142
-
-[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);
163
110
2. Click
164
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;
165
112
3. Enjoy :)
166
113
167
114
## FAQ
168
115
169
-
[简体中文 > 常见问题](./docs/faq-cn.md)
170
-
171
116
[English > FAQ](./docs/faq-en.md)
172
117
173
118
## Keep Updated
174
119
175
-
> [简体中文 > 如何保持代码更新](./README_CN.md#保持更新)
176
-
177
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.
178
121
179
122
We recommend that you follow the steps below to re-deploy:
@@ -200,8 +143,6 @@ You can star or watch this project or follow author to get release notifications
200
143
201
144
## Access Password
202
145
203
-
> [简体中文 > 如何增加访问密码](./README_CN.md#配置页面访问密码)
204
-
205
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:
206
147
207
148
```
@@ -212,8 +153,6 @@ After adding or modifying this environment variable, please redeploy the project
212
153
213
154
## Environment Variables
214
155
215
-
> [简体中文 > 如何配置 api key、访问密码、接口代理](./README_CN.md#环境变量)
216
-
217
156
### `CODE` (optional)
218
157
219
158
Access password, separated by comma.
@@ -400,7 +339,6 @@ NodeJS >= 18, Docker >= 20
400
339
401
340
## Development
402
341
403
-
> [简体中文 > 如何进行二次开发](./README_CN.md#开发)
404
342
405
343
[](https://gitpod.io/#https://github.com/Yidadaa/ChatGPT-Next-Web)
0 commit comments