From f20c306c073754051e5bc374d5ef765c7b139e56 Mon Sep 17 00:00:00 2001 From: Vincent Yang Date: Thu, 4 Apr 2024 02:33:09 -0400 Subject: [PATCH] docs: add chatgpt next web --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ff2ef5..add5758 100644 --- a/README.md +++ b/README.md @@ -33,13 +33,15 @@ docker run -p 3040:3040 missuo/freegpt35 ### Docker Compose +#### Only FreeGPT35 Service + ```bash mkdir freegpt35 && cd freegpt35 wget -O compose.yaml https://raw.githubusercontent.com/missuo/FreeGPT35/main/compose.yaml 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 mkdir freegpt35 && cd freegpt35 @@ -47,6 +49,8 @@ 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. + ## Request Example **You don't have to pass Authorization, of course, you can also pass any string randomly.**