docs: add next web

This commit is contained in:
Vincent Yang
2024-04-04 02:30:24 -04:00
parent 85a36ba923
commit 6f1d6834d4
2 changed files with 26 additions and 0 deletions

View File

@@ -39,6 +39,14 @@ wget -O compose.yaml https://raw.githubusercontent.com/missuo/FreeGPT35/main/com
docker compose up -d
```
Compose with [Next-Chat](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web):
```bash
mkdir freegpt35 && cd freegpt35
wget -O compose.yaml https://raw.githubusercontent.com/missuo/FreeGPT35/main/compose_with_next_chat.yaml
docker compose up -d
```
## Request Example
**You don't have to pass Authorization, of course, you can also pass any string randomly.**