Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xsigoking committed Apr 20, 2024
1 parent 8a19d7f commit dabdc3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Provide free GPT-3.5 API service by reverse engineering the login-free ChatGPT w

## Install

### With docker
### Docker

```sh
docker run -d -p 3040:3040 --name chatgpt-free-api xsigoking/chatgpt-free-api
Expand All @@ -25,8 +25,8 @@ Download it from [GitHub Releases](https://github.com/xsigoking/chatgpt-free-api

```sh
chatgpt-api-server # Listening on 0.0.0.0:3040, no proxy
PORT=8080 chatgpt-api-server # Use $PORT to change the listening port
ALL_PROXY=http://localhost:18080 chatgpt-api-server # Use $ALL_PROXY to set the proxy server
PORT=8080 chatgpt-api-server # Listening on port 8080
ALL_PROXY=http://localhost:18080 chatgpt-api-server # Use a proxy
```

### Request Example
Expand Down

0 comments on commit dabdc3e

Please sign in to comment.