mirror of
https://github.com/missuo/FreeGPT35.git
synced 2025-10-13 13:58:14 +00:00
Update README.md
This commit is contained in:
@@ -2,19 +2,19 @@
|
||||
Utilize the unlimited free **GPT-3.5-Turbo** API service provided by the login-free ChatGPT Web. Forked from [https://github.com/skzhengkai/free-chatgpt-api](https://github.com/skzhengkai/free-chatgpt-api).
|
||||
|
||||
## Usage
|
||||
### Use Node
|
||||
### Node
|
||||
|
||||
```bash
|
||||
npm install
|
||||
node app.js
|
||||
```
|
||||
### Use Docker
|
||||
### Docker
|
||||
|
||||
```bash
|
||||
docker run -p 3040:3040 missuo/freegpt35
|
||||
```
|
||||
|
||||
### Use Docker Compose
|
||||
### Docker Compose
|
||||
|
||||
```bash
|
||||
mkdir freegpt35 && cd freegpt35
|
||||
|
Reference in New Issue
Block a user