docs: add chatgpt next web

This commit is contained in:
Vincent Yang
2024-04-04 02:33:09 -04:00
parent bac1aeced8
commit f20c306c07

View File

@@ -33,13 +33,15 @@ docker run -p 3040:3040 missuo/freegpt35
### Docker Compose ### Docker Compose
#### Only FreeGPT35 Service
```bash ```bash
mkdir freegpt35 && cd freegpt35 mkdir freegpt35 && cd freegpt35
wget -O compose.yaml https://raw.githubusercontent.com/missuo/FreeGPT35/main/compose.yaml wget -O compose.yaml https://raw.githubusercontent.com/missuo/FreeGPT35/main/compose.yaml
docker compose up -d docker compose up -d
``` ```
Compose with [ChatGPT-Next-Web](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web): #### FreeGPT35 Service with [ChatGPT-Next-Web](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web):
```bash ```bash
mkdir freegpt35 && cd freegpt35 mkdir freegpt35 && cd freegpt35
@@ -47,6 +49,8 @@ wget -O compose.yaml https://raw.githubusercontent.com/missuo/FreeGPT35/main/com
docker compose up -d docker compose up -d
``` ```
After deployment, you can directly access `http://[IP]:3040/v1/chat/completions` to use the API. Or use `http://[IP]:3000` to directly use ChatGPT-Next-Web.
## Request Example ## Request Example
**You don't have to pass Authorization, of course, you can also pass any string randomly.** **You don't have to pass Authorization, of course, you can also pass any string randomly.**