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 Zeabur"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)
35
+
[<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)
-[x] Artifacts: Easily preview, copy and share generated content/webpages through a separate window [#5092](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/pull/5092)
94
98
-[x] Plugins: support network search, calculator, any other apis etc. [#165](https://github.com/Yidadaa/ChatGPT-Next-Web/issues/165)[#5353](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/issues/5353)
95
99
-[x] network search, calculator, any other apis etc. [#165](https://github.com/Yidadaa/ChatGPT-Next-Web/issues/165)[#5353](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/issues/5353)
-[x] 插件机制,支持`联网搜索`、`计算器`、调用其他平台 api [#165](https://github.com/Yidadaa/ChatGPT-Next-Web/issues/165)[#5353](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/issues/5353)
132
138
-[x] 支持联网搜索、计算器、调用其他平台 api [#165](https://github.com/Yidadaa/ChatGPT-Next-Web/issues/165)[#5353](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/issues/5353)
@@ -172,7 +180,7 @@ We recommend that you follow the steps below to re-deploy:
172
180
173
181
### Enable Automatic Updates
174
182
175
-
> If you encounter a failure of Upstream Sync execution, please manually sync fork once.
183
+
> If you encounter a failure of Upstream Sync execution, please [manually update code](./README.md#manually-updating-code).
176
184
177
185
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:
178
186
@@ -296,6 +304,22 @@ iflytek Api Key.
296
304
297
305
iflytek Api Secret.
298
306
307
+
### `CHATGLM_API_KEY` (optional)
308
+
309
+
ChatGLM Api Key.
310
+
311
+
### `CHATGLM_URL` (optional)
312
+
313
+
ChatGLM Api Url.
314
+
315
+
### `DEEPSEEK_API_KEY` (optional)
316
+
317
+
DeepSeek Api Key.
318
+
319
+
### `DEEPSEEK_URL` (optional)
320
+
321
+
DeepSeek Api Url.
322
+
299
323
### `HIDE_USER_API_KEY` (optional)
300
324
301
325
> Default: Empty
@@ -329,9 +353,9 @@ To control custom models, use `+` to add a custom model, use `-` to hide a model
329
353
330
354
User `-all` to disable all default models, `+all` to enable all default models.
331
355
332
-
For Azure: use `modelName@azure=deploymentName` to customize model name and deployment name.
333
-
> Example: `+gpt-3.5-turbo@azure=gpt35` will show option `gpt35(Azure)` in model list.
334
-
> If you only can use Azure model, `-all,+gpt-3.5-turbo@azure=gpt35` will `gpt35(Azure)` the only option in model list.
356
+
For Azure: use `modelName@Azure=deploymentName` to customize model name and deployment name.
357
+
> Example: `+gpt-3.5-turbo@Azure=gpt35` will show option `gpt35(Azure)` in model list.
358
+
> If you only can use Azure model, `-all,+gpt-3.5-turbo@Azure=gpt35` will `gpt35(Azure)` the only option in model list.
335
359
336
360
For ByteDance: use `modelName@bytedance=deploymentName` to customize model name and deployment name.
337
361
> Example: `+Doubao-lite-4k@bytedance=ep-xxxxx-xxx` will show option `Doubao-lite-4k(ByteDance)` in model list.
@@ -340,7 +364,14 @@ For ByteDance: use `modelName@bytedance=deploymentName` to customize model name
340
364
341
365
Change default model
342
366
343
-
### `WHITE_WEBDEV_ENDPOINTS` (optional)
367
+
### `VISION_MODELS` (optional)
368
+
369
+
> Default: Empty
370
+
> Example: `gpt-4-vision,claude-3-opus,my-custom-model` means add vision capabilities to these models in addition to the default pattern matches (which detect models containing keywords like "vision", "claude-3", "gemini-1.5", etc).
371
+
372
+
Add additional models to have vision capabilities, beyond the default pattern matching. Multiple models should be separated by commas.
373
+
374
+
### `WHITE_WEBDAV_ENDPOINTS` (optional)
344
375
345
376
You can use this option if you want to increase the number of webdav service addresses you are allowed to access, as required by the format:
[<imgsrc="https://vercel.com/button"alt="Deploy on Zeabur"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)
0 commit comments