File tree 16 files changed +156
-123
lines changed
16 files changed +156
-123
lines changed Original file line number Diff line number Diff line change @@ -258,36 +258,8 @@ bash <(curl -s https://raw.githubusercontent.com/Yidadaa/ChatGPT-Next-Web/main/s
258
258
```
259
259
260
260
## Synchronizing Chat Records (UpStash)
261
- ### Prerequisites
262
- - GitHub account
263
- - Your own ChatGPT-Next-Web server set up
264
- - [ UpStash] ( https://upstash.com )
265
261
266
- ### Getting Started
267
- 1 . Register for an UpStash account.
268
- 2 . Create a Database.
269
-
270
- ![ Register and Log In] ( https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-17-32.png )
271
-
272
- ![ Create a Database] ( https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-24-04.png )
273
-
274
- ![ Select a Server] ( https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-25-49.png )
275
-
276
- 3 . Find the REST API and copy both UPSTASH_REDIS_REST_URL and UPSTASH_REDIS_REST_TOKEN (⚠Caution⚠: Do not disclose your Token!)
277
-
278
- ![ Copy] ( https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-28-12.png )
279
-
280
- 4 . Copy UPSTASH_REDIS_REST_URL and UPSTASH_REDIS_REST_TOKEN into your synchronization configuration, and click ** Check Availability** .
281
-
282
- ![ Synchronization Step 1] ( https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-33-04.png )
283
-
284
- If everything is in order, you've succeeded.
285
-
286
- ![ Synchronization Availability Check Completed] ( https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-33-52.png )
287
-
288
- 5 . Success!
289
-
290
- ![ Great job!] ( https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-34-15.png )
262
+ | [ 简体中文] ( ./docs/synchronise-chat-logs-cn.md ) | [ English] ( ./docs/synchronise-chat-logs-en.md ) | [ Italiano] ( ./docs/synchronise-chat-logs-es.md ) | [ 日本語] ( ./docs/synchronise-chat-logs-ja.md ) | [ 한국어] ( ./docs/synchronise-chat-logs-ko.md )
291
263
292
264
## Documentation
293
265
Original file line number Diff line number Diff line change @@ -169,37 +169,6 @@ bash <(curl -s https://raw.githubusercontent.com/Yidadaa/ChatGPT-Next-Web/main/s
169
169
170
170
⚠️ 注意:如果你安装过程中遇到了问题,请使用 docker 部署。
171
171
172
- ## 同步聊天记录(upStash)
173
- ### 准备工作
174
- - GitHub账号
175
- - 拥有自己搭建过的ChatGPT-Next-Web的服务器
176
- - [ UpStash] ( https://upstash.com )
177
-
178
- ### 开始教程
179
- 1 . 注册UpStash账号
180
- 2 . 创建数据库
181
-
182
- ![ 注册登录] ( https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-17-32.png )
183
-
184
- ![ 创建数据库] ( https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-24-04.png )
185
-
186
- ![ 选择服务器] ( https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-25-49.png )
187
-
188
- 3 . 找到REST API,分别复制UPSTASH_REDIS_REST_URL和UPSTASH_REDIS_REST_TOKEN(⚠切记⚠:不要泄露Token!)
189
-
190
- ![ 复制] ( https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-28-12.png )
191
-
192
- 4 . UPSTASH_REDIS_REST_URL和UPSTASH_REDIS_REST_TOKEN复制到你的同步配置,点击** 检查可用性**
193
-
194
- ![ 同步1] ( https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-33-04.png )
195
-
196
- 如果没什么问题,那就成功了
197
-
198
- ![ 同步可用性完成的样子] ( https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-33-52.png )
199
-
200
- 5 . Success!
201
-
202
- ![ 好耶~ !] ( https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-34-15.png )
203
172
204
173
## 鸣谢
205
174
Original file line number Diff line number Diff line change @@ -223,38 +223,6 @@ docker run -d -p 3000:3000 \
223
223
bash <( curl -s https://raw.githubusercontent.com/Yidadaa/ChatGPT-Next-Web/main/scripts/setup.sh)
224
224
```
225
225
226
- ## チャット履歴の同期(UpStash)
227
- ### 必要なもの
228
- - GitHub アカウント
229
- - 独自の ChatGPT-Next-Web サーバーのセットアップ
230
- - [ UpStash] ( https://upstash.com )
231
-
232
- ### はじめに
233
- 1 . UpStash アカウントを登録します。
234
- 2 . データベースを作成します。
235
-
236
- ![ 登録とログイン] ( https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-17-32.png )
237
-
238
- ![ データベースの作成] ( https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-24-04.png )
239
-
240
- ![ サーバーの選択] ( https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-25-49.png )
241
-
242
- 3 . REST API を見つけ、UPSTASH_REDIS_REST_URL および UPSTASH_REDIS_REST_TOKEN の両方をコピーします(⚠注意⚠:トークンを公開しないでください!)。
243
-
244
- ![ コピー] ( https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-28-12.png )
245
-
246
- 4 . UPSTASH_REDIS_REST_URL および UPSTASH_REDIS_REST_TOKEN を同期設定にコピーし、** 可用性を確認** をクリックします。
247
-
248
- ![ 同期ステップ 1] ( https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-33-04.png )
249
-
250
- すべてが正常であれば、成功です。
251
-
252
- ![ 同期の可用性チェックが完了しました] ( https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-33-52.png )
253
-
254
- 5 . 成功!
255
-
256
- ![ おめでとうございます!] ( https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-34-15.png )
257
-
258
226
## スクリーンショット
259
227
260
228
![ Settings] ( ./docs/images/settings.png )
Original file line number Diff line number Diff line change @@ -169,37 +169,6 @@ bash <(curl -s https://raw.githubusercontent.com/Yidadaa/ChatGPT-Next-Web/main/s
169
169
170
170
⚠️ 주의: 설치 중 문제가 발생한 경우, docker로 배포하세요.
171
171
172
- ## 채팅 기록 동기화 (UpStash)
173
- ### 사전 요구 사항
174
- - GitHub 계정
175
- - 자체 ChatGPT-Next-Web 서버 설치
176
- - [ UpStash] ( https://upstash.com )
177
-
178
- ### 시작하기
179
- 1 . UpStash 계정 등록.
180
- 2 . 데이터베이스 만들기.
181
-
182
- ![ 등록 및 로그인] ( https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-17-32.png )
183
-
184
- ![ 데이터베이스 만들기] ( https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-24-04.png )
185
-
186
- ![ 서버 선택] ( https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-25-49.png )
187
-
188
- 3 . REST API를 찾아 UPSTASH_REDIS_REST_URL 및 UPSTASH_REDIS_REST_TOKEN을 복사합니다 (⚠주의⚠: 토큰을 노출하지 마세요!).
189
-
190
- ![ 복사] ( https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-28-12.png )
191
-
192
- 4 . UPSTASH_REDIS_REST_URL 및 UPSTASH_REDIS_REST_TOKEN을 동기화 구성에 복사하고 ** 가용성 확인** 을 클릭합니다.
193
-
194
- ![ 동기화 단계 1] ( https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-33-04.png )
195
-
196
- 모든 것이 정상이라면, 성공입니다.
197
-
198
- ![ 동기화 가능성 확인 완료] ( https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-33-52.png )
199
-
200
- 5 . 성공!
201
-
202
- ![ 잘 했어요!] ( https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-34-15.png )
203
172
204
173
## 감사의 말
205
174
Original file line number Diff line number Diff line change
1
+ # 同步聊天记录(upStash)
2
+ ## 准备工作
3
+ - GitHub账号
4
+ - 拥有自己搭建过的ChatGPT-Next-Web的服务器
5
+ - [ UpStash] ( https://upstash.com )
6
+
7
+ ## 开始教程
8
+ 1 . 注册UpStash账号
9
+ 2 . 创建数据库
10
+
11
+ ![ 注册登录] ( ./images/upstash-1.png )
12
+
13
+ ![ 创建数据库] ( ./images/upstash-2.png )
14
+
15
+ ![ 选择服务器] ( ./images/upstash-3.png )
16
+
17
+ 3 . 找到REST API,分别复制UPSTASH_REDIS_REST_URL和UPSTASH_REDIS_REST_TOKEN(⚠切记⚠:不要泄露Token!)
18
+
19
+ ![ 复制] ( ./images/upstash-4.png )
20
+
21
+ 4 . UPSTASH_REDIS_REST_URL和UPSTASH_REDIS_REST_TOKEN复制到你的同步配置,点击** 检查可用性**
22
+
23
+ ![ 同步1] ( ./images/upstash-5.png )
24
+
25
+ 如果没什么问题,那就成功了
26
+
27
+ ![ 同步可用性完成的样子] ( ./images/upstash-6.png )
28
+
29
+ 5 . Success!
30
+
31
+ ![ 好耶~ !] ( ./images/upstash-7.png )
Original file line number Diff line number Diff line change
1
+ # Synchronize Chat Logs with UpStash
2
+ ## Prerequisites
3
+ - GitHub account
4
+ - Your own ChatGPT-Next-Web server set up
5
+ - [ UpStash] ( https://upstash.com )
6
+
7
+ ## Getting Started
8
+ 1 . Register for an UpStash account.
9
+ 2 . Create a database.
10
+
11
+ ![ Register and Login] ( ./images/upstash-1.png )
12
+
13
+ ![ Create Database] ( ./images/upstash-2.png )
14
+
15
+ ![ Select Server] ( ./images/upstash-3.png )
16
+
17
+ 3 . Find the REST API and copy UPSTASH_REDIS_REST_URL and UPSTASH_REDIS_REST_TOKEN (⚠Important⚠: Do not share your token!)
18
+
19
+ ![ Copy] ( ./images/upstash-4.png )
20
+
21
+ 4 . Copy UPSTASH_REDIS_REST_URL and UPSTASH_REDIS_REST_TOKEN into your synchronization configuration, then click ** Check Availability** .
22
+
23
+ ![ Synchronize 1] ( ./images/upstash-5.png )
24
+
25
+ If everything is in order, you've successfully completed this step.
26
+
27
+ ![ Sync Availability Check Completed] ( ./images/upstash-6.png )
28
+
29
+ 5 . Success!
30
+
31
+ ![ Great job~ !] ( ./images/upstash-7.png )
Original file line number Diff line number Diff line change
1
+ # Sincronizzare i Log delle Chat con UpStash
2
+ ## Prerequisiti
3
+ - Account GitHub
4
+ - Server ChatGPT-Next-Web di propria configurazione
5
+ - [ UpStash] ( https://upstash.com )
6
+
7
+ ## Per iniziare
8
+ 1 . Registrarsi per un account UpStash.
9
+ 2 . Creare un database.
10
+
11
+ ![ Registrarsi ed Accedere] ( ./images/upstash-1.png )
12
+
13
+ ![ Creare un Database] ( ./images/upstash-2.png )
14
+
15
+ ![ Selezionare il Server] ( ./images/upstash-3.png )
16
+
17
+ 3 . Trovare l'API REST e copiare UPSTASH_REDIS_REST_URL e UPSTASH_REDIS_REST_TOKEN (⚠Importante⚠: Non condividere il token!)
18
+
19
+ ![ Copia] ( ./images/upstash-4.png )
20
+
21
+ 4 . Copiare UPSTASH_REDIS_REST_URL e UPSTASH_REDIS_REST_TOKEN nella configurazione di sincronizzazione, quindi fare clic su ** Verifica la Disponibilità** .
22
+
23
+ ![ Sincronizzazione 1] ( ./images/upstash-5.png )
24
+
25
+ Se tutto è in ordine, hai completato con successo questa fase.
26
+
27
+ ![ Verifica la Disponibilità della Sincronizzazione Completata] ( ./images/upstash-6.png )
28
+
29
+ 5 . Successo!
30
+
31
+ ![ Ottimo lavoro~ !] ( ./images/upstash-7.png )
Original file line number Diff line number Diff line change
1
+ # UpStashを使用してチャットログを同期する
2
+ ## 事前準備
3
+ - GitHubアカウント
4
+ - 自分自身でChatGPT-Next-Webのサーバーをセットアップしていること
5
+ - [ UpStash] ( https://upstash.com )
6
+
7
+ ## 始める
8
+ 1 . UpStashアカウントを登録します。
9
+ 2 . データベースを作成します。
10
+
11
+ ![ 登録とログイン] ( ./images/upstash-1.png )
12
+
13
+ ![ データベースの作成] ( ./images/upstash-2.png )
14
+
15
+ ![ サーバーの選択] ( ./images/upstash-3.png )
16
+
17
+ 3 . REST APIを見つけ、UPSTASH_REDIS_REST_URLとUPSTASH_REDIS_REST_TOKENをコピーします(⚠重要⚠:トークンを共有しないでください!)
18
+
19
+ ![ コピー] ( ./images/upstash-4.png )
20
+
21
+ 4 . UPSTASH_REDIS_REST_URLとUPSTASH_REDIS_REST_TOKENを同期設定にコピーし、次に「可用性を確認」をクリックします。
22
+
23
+ ![ 同期1] ( ./images/upstash-5.png )
24
+
25
+ すべてが正常であれば、このステップは成功です。
26
+
27
+ ![ 同期可用性チェックが完了しました] ( ./images/upstash-6.png )
28
+
29
+ 5 . 成功!
30
+
31
+ ![ お疲れ様でした~ !] ( ./images/upstash-7.png )
Original file line number Diff line number Diff line change
1
+ # UpStash를 사용하여 채팅 기록 동기화
2
+ ## 사전 준비물
3
+ - GitHub 계정
4
+ - 자체 ChatGPT-Next-Web 서버 설정
5
+ - [ UpStash] ( https://upstash.com )
6
+
7
+ ## 시작하기
8
+ 1 . UpStash 계정 등록
9
+ 2 . 데이터베이스 생성
10
+
11
+ ![ 등록 및 로그인] ( ./images/upstash-1.png )
12
+
13
+ ![ 데이터베이스 생성] ( ./images/upstash-2.png )
14
+
15
+ ![ 서버 선택] ( ./images/upstash-3.png )
16
+
17
+ 3 . REST API를 찾아 UPSTASH_REDIS_REST_URL 및 UPSTASH_REDIS_REST_TOKEN을 복사합니다 (⚠주의⚠: 토큰을 공유하지 마십시오!)
18
+
19
+ ![ 복사] ( ./images/upstash-4.png )
20
+
21
+ 4 . UPSTASH_REDIS_REST_URL 및 UPSTASH_REDIS_REST_TOKEN을 동기화 구성에 복사한 다음 ** 가용성 확인** 을 클릭합니다.
22
+
23
+ ![ 동기화 1] ( ./images/upstash-5.png )
24
+
25
+ 모든 것이 정상인 경우,이 단계를 성공적으로 완료했습니다.
26
+
27
+ ![ 동기화 가용성 확인 완료] ( ./images/upstash-6.png )
28
+
29
+ 5 . 성공!
30
+
31
+ ![ 잘 했어요~ !] ( ./images/upstash-7.png )
You can’t perform that action at this time.
0 commit comments