dcos: fix

This commit is contained in:
Vincent Yang
2024-04-04 02:40:37 -04:00
parent f20c306c07
commit 68d93c1c2c

View File

@@ -49,7 +49,7 @@ wget -O compose.yaml https://raw.githubusercontent.com/missuo/FreeGPT35/main/com
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.
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