Skip to content

Commit 31b8bc1

Browse files
committed
README
1 parent 27e1546 commit 31b8bc1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ Start reverse proxy on port 8080 with your openai tokens
2525
```
2626
./ChatGPT-API-Proxy -prot 8080 -auth YOUR_AUTHORIZATION -tokens YOUR_OPENAI_TOKEN_1,YOUR_OPENAI_TOKEN_2
2727
```
28+
Start reverse proxy with config file
29+
```
30+
./ChatGPT-API-Proxy -config config.json
31+
```
2832
Use by cURL
2933
```
3034
curl --location 'http://localhost:8080/v1/chat/completions' \

0 commit comments

Comments
 (0)