File tree 13 files changed +557
-41
lines changed
13 files changed +557
-41
lines changed Original file line number Diff line number Diff line change 1
1
<div align =" center " >
2
2
<img src =" ./docs/images/icon.svg " alt =" icon " />
3
3
4
- <h1 align =" center " >ChatGPT Next Web </h1 >
4
+ <h1 align =" center " >NextChat </h1 >
5
5
6
6
English / [ 简体中文] ( ./README_CN.md )
7
7
Original file line number Diff line number Diff line change 1
1
<div align =" center " >
2
2
<img src =" ./docs/images/icon.svg " alt =" 预览 " />
3
3
4
- <h1 align =" center " >ChatGPT Next Web </h1 >
4
+ <h1 align =" center " >NextChat </h1 >
5
5
6
6
一键免费部署你的私人 ChatGPT 网页应用。
7
7
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ export class ClientApi {
93
93
{
94
94
from : "human" ,
95
95
value :
96
- "Share from [ChatGPT Next Web ]: https://github.com/Yidadaa/ChatGPT-Next-Web" ,
96
+ "Share from [NextChat ]: https://github.com/Yidadaa/ChatGPT-Next-Web" ,
97
97
} ,
98
98
] ) ;
99
99
// 敬告二开开发者们,为了开源大模型的发展,请不要修改上述消息,此消息用于后续数据清洗使用
Original file line number Diff line number Diff line change @@ -530,7 +530,7 @@ export function ImagePreviewer(props: {
530
530
</ div >
531
531
532
532
< div >
533
- < div className = { styles [ "main-title" ] } > ChatGPT Next Web </ div >
533
+ < div className = { styles [ "main-title" ] } > NextChat </ div >
534
534
< div className = { styles [ "sub-title" ] } >
535
535
github.com/Yidadaa/ChatGPT-Next-Web
536
536
</ div >
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ export function SideBar(props: { className?: string }) {
155
155
>
156
156
< div className = { styles [ "sidebar-header" ] } data-tauri-drag-region >
157
157
< div className = { styles [ "sidebar-title" ] } data-tauri-drag-region >
158
- ChatGPT Next
158
+ NextChat
159
159
</ div >
160
160
< div className = { styles [ "sidebar-sub-title" ] } >
161
161
Build your own AI assistant.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { getClientConfig } from "./config/client";
6
6
import { type Metadata } from "next" ;
7
7
8
8
export const metadata : Metadata = {
9
- title : "ChatGPT Next Web " ,
9
+ title : "NextChat " ,
10
10
description : "Your personal ChatGPT Chat Bot." ,
11
11
viewport : {
12
12
width : "device-width" ,
@@ -18,7 +18,7 @@ export const metadata: Metadata = {
18
18
{ media : "(prefers-color-scheme: dark)" , color : "#151515" } ,
19
19
] ,
20
20
appleWebApp : {
21
- title : "ChatGPT Next Web " ,
21
+ title : "NextChat " ,
22
22
statusBarStyle : "default" ,
23
23
} ,
24
24
} ;
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ export const useUpdateStore = createPersistStore(
95
95
if ( version === remoteId ) {
96
96
// Show a notification using Tauri
97
97
window . __TAURI__ ?. notification . sendNotification ( {
98
- title : "ChatGPT Next Web " ,
98
+ title : "NextChat " ,
99
99
body : `${ Locale . Settings . Update . IsLatest } ` ,
100
100
icon : `${ ChatGptIcon . src } ` ,
101
101
sound : "Default"
@@ -104,7 +104,7 @@ export const useUpdateStore = createPersistStore(
104
104
const updateMessage = Locale . Settings . Update . FoundUpdate ( `${ remoteId } ` ) ;
105
105
// Show a notification for the new version using Tauri
106
106
window . __TAURI__ ?. notification . sendNotification ( {
107
- title : "ChatGPT Next Web " ,
107
+ title : "NextChat " ,
108
108
body : updateMessage ,
109
109
icon : `${ ChatGptIcon . src } ` ,
110
110
sound : "Default"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Docker 版本相当于稳定版,latest Docker 总是与 latest release version
23
23
## 如何修改 Vercel 环境变量
24
24
25
25
- 进入 vercel 的控制台页面;
26
- - 选中你的 chatgpt next web 项目;
26
+ - 选中你的 NextChat 项目;
27
27
- 点击页面头部的 Settings 选项;
28
28
- 找到侧边栏的 Environment Variables 选项;
29
29
- 修改对应的值即可。
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Docker 버전은 사실상 안정된 버전과 같습니다. latest Docker는
23
23
## Vercel 환경 변수를 어떻게 수정하나요?
24
24
25
25
- Vercel의 제어판 페이지로 이동합니다.
26
- - chatgpt next web 프로젝트를 선택합니다.
26
+ - NextChat 프로젝트를 선택합니다.
27
27
- 페이지 상단의 Settings 옵션을 클릭합니다.
28
28
- 사이드바의 Environment Variables 옵션을 찾습니다.
29
29
- 해당 값을 수정합니다.
Original file line number Diff line number Diff line change 2
2
3
3
> No english version yet, please read this doc with ChatGPT or other translation tools.
4
4
5
- 本文档用于解释 ChatGPT Next Web 的部分功能介绍和设计原则。
5
+ 本文档用于解释 NextChat 的部分功能介绍和设计原则。
6
6
7
7
## 面具 (Mask)
8
8
22
22
23
23
编辑步骤如下:
24
24
25
- 1 . 在 ChatGPT Next Web 中配置好一个面具;
25
+ 1 . 在 NextChat 中配置好一个面具;
26
26
2 . 使用面具编辑页面的下载按钮,将面具保存为 JSON 格式;
27
27
3 . 让 ChatGPT 帮你将 json 文件格式化为对应的 ts 代码;
28
28
4 . 放入对应的 .ts 文件。
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " ChatGPT Next Web" ,
3
- "short_name" : " ChatGPT" ,
4
- "icons" : [
5
- {
6
- "src" : " /android-chrome-192x192.png" ,
7
- "sizes" : " 192x192" ,
8
- "type" : " image/png"
9
- },
10
- {
11
- "src" : " /android-chrome-512x512.png" ,
12
- "sizes" : " 512x512" ,
13
- "type" : " image/png"
14
- }
15
- ],
16
- "start_url" : " /" ,
17
- "theme_color" : " #ffffff" ,
18
- "background_color" : " #ffffff" ,
19
- "display" : " standalone"
20
- }
21
-
2
+ "name" : " NextChat" ,
3
+ "short_name" : " NextChat" ,
4
+ "icons" : [
5
+ {
6
+ "src" : " /android-chrome-192x192.png" ,
7
+ "sizes" : " 192x192" ,
8
+ "type" : " image/png"
9
+ },
10
+ {
11
+ "src" : " /android-chrome-512x512.png" ,
12
+ "sizes" : " 512x512" ,
13
+ "type" : " image/png"
14
+ }
15
+ ],
16
+ "start_url" : " /" ,
17
+ "theme_color" : " #ffffff" ,
18
+ "background_color" : " #ffffff" ,
19
+ "display" : " standalone"
20
+ }
You can’t perform that action at this time.
0 commit comments