mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 17:21:37 +08:00
提供同步聊天记录教程,同时翻译多国语言
This commit is contained in:
32
README.md
32
README.md
@@ -257,6 +257,38 @@ If your proxy needs password, use:
|
||||
bash <(curl -s https://raw.githubusercontent.com/Yidadaa/ChatGPT-Next-Web/main/scripts/setup.sh)
|
||||
```
|
||||
|
||||
## Synchronizing Chat Records (UpStash)
|
||||
### Prerequisites
|
||||
- GitHub account
|
||||
- Your own ChatGPT-Next-Web server set up
|
||||
- [UpStash](https://upstash.com)
|
||||
|
||||
### Getting Started
|
||||
1. Register for an UpStash account.
|
||||
2. Create a Database.
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
3. Find the REST API and copy both UPSTASH_REDIS_REST_URL and UPSTASH_REDIS_REST_TOKEN (⚠Caution⚠: Do not disclose your Token!)
|
||||
|
||||

|
||||
|
||||
4. Copy UPSTASH_REDIS_REST_URL and UPSTASH_REDIS_REST_TOKEN into your synchronization configuration, and click **Check Availability**.
|
||||
|
||||

|
||||
|
||||
If everything is in order, you've succeeded.
|
||||
|
||||

|
||||
|
||||
5. Success!
|
||||
|
||||

|
||||
|
||||
## Documentation
|
||||
|
||||
> Please go to the [docs][./docs] directory for more documentation instructions.
|
||||
|
Reference in New Issue
Block a user