mirror of
https://github.com/missuo/FreeGPT35.git
synced 2025-10-13 22:10:56 +00:00
docs: add chatgpt next web
This commit is contained in:
@@ -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.**
|
||||||
|
Reference in New Issue
Block a user