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://zeabur.com/button.svg"alt="Deploy on Zeabur"height="30">](https://zeabur.com/templates/ZBUEFA)[<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://gitpod.io/button/open-in-gitpod.svg"alt="Open in Gitpod"height="30">](https://gitpod.io/#https://github.com/ChatGPTNextWeb/NextChat)
37
-
32
+
[<imgsrc="https://zeabur.com/button.svg"alt="Deploy on Zeabur"height="30">](https://zeabur.com/templates/ZBUEFA)[<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://gitpod.io/button/open-in-gitpod.svg"alt="Open in Gitpod"height="30">](https://gitpod.io/#https://github.com/ChatGPTNextWeb/NextChat)
Meeting Your Company's Privatization and Customization Deployment Requirements:
63
+
68
64
-**Brand Customization**: Tailored VI/UI to seamlessly align with your corporate brand image.
69
65
-**Resource Integration**: Unified configuration and management of dozens of AI resources by company administrators, ready for use by team members.
70
66
-**Permission Control**: Clearly defined member permissions, resource permissions, and knowledge base permissions, all controlled via a corporate-grade Admin Panel.
@@ -81,7 +77,6 @@ For enterprise inquiries, please contact: **business@nextchat.dev**
81
77
82
78

83
79
84
-
85
80
## Features
86
81
87
82
-**Deploy for free with one-click** on Vercel in under 1 minute
@@ -117,10 +112,11 @@ For enterprise inquiries, please contact: **business@nextchat.dev**
117
112
-[ ] local knowledge base
118
113
119
114
## What's New
115
+
120
116
- 🚀 v2.15.8 Now supports Realtime Chat [#5672](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/issues/5672)
121
117
- 🚀 v2.15.4 The Application supports using Tauri fetch LLM API, MORE SECURITY! [#5379](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/issues/5379)
122
118
- 🚀 v2.15.0 Now supports Plugins! Read this: [NextChat-Awesome-Plugins](https://github.com/ChatGPTNextWeb/NextChat-Awesome-Plugins)
123
-
- 🚀 v2.14.0 Now supports Artifacts & SD
119
+
- 🚀 v2.14.0 Now supports Artifacts & SD
124
120
- 🚀 v2.10.1 support Google Gemini Pro model.
125
121
- 🚀 v2.9.11 you can use azure endpoint now.
126
122
- 🚀 v2.8 now we have a client that runs across all platforms!
@@ -320,10 +316,12 @@ To control custom models, use `+` to add a custom model, use `-` to hide a model
320
316
User `-all` to disable all default models, `+all` to enable all default models.
321
317
322
318
For Azure: use `modelName@Azure=deploymentName` to customize model name and deployment name.
319
+
323
320
> Example: `+gpt-3.5-turbo@Azure=gpt35` will show option `gpt35(Azure)` in model list.
324
321
> If you only can use Azure model, `-all,+gpt-3.5-turbo@Azure=gpt35` will `gpt35(Azure)` the only option in model list.
325
322
326
323
For ByteDance: use `modelName@bytedance=deploymentName` to customize model name and deployment name.
324
+
327
325
> Example: `+Doubao-lite-4k@bytedance=ep-xxxxx-xxx` will show option `Doubao-lite-4k(ByteDance)` in model list.
328
326
329
327
### `DEFAULT_MODEL` (optional)
@@ -340,8 +338,9 @@ Add additional models to have vision capabilities, beyond the default pattern ma
340
338
### `WHITE_WEBDAV_ENDPOINTS` (optional)
341
339
342
340
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:
343
-
- Each address must be a complete endpoint
344
-
> `https://xxxx/yyy`
341
+
342
+
- Each address must be a complete endpoint
343
+
> `https://xxxx/yyy`
345
344
- Multiple addresses are connected by ', '
346
345
347
346
### `DEFAULT_INPUT_TEMPLATE` (optional)
@@ -356,7 +355,6 @@ Stability API key.
356
355
357
356
Customize Stability API url.
358
357
359
-
360
358
### `ENABLE_MCP` (optional)
361
359
362
360
Enable MCP(Model Context Protocol)Feature
@@ -369,13 +367,20 @@ SiliconFlow API Key.
369
367
370
368
SiliconFlow API URL.
371
369
370
+
### `AI302_API_KEY` (optional)
371
+
372
+
302.AI API Key.
373
+
374
+
### `AI302_URL` (optional)
375
+
376
+
302.AI API URL.
377
+
372
378
## Requirements
373
379
374
380
NodeJS >= 18, Docker >= 20
375
381
376
382
## Development
377
383
378
-
379
384
[](https://gitpod.io/#https://github.com/Yidadaa/ChatGPT-Next-Web)
380
385
381
386
Before starting development, you must create a new `.env.local` file at project root, and place your api key into it:
[<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)
13
+
[<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