We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27e1546 commit 31b8bc1Copy full SHA for 31b8bc1
README.md
@@ -25,6 +25,10 @@ Start reverse proxy on port 8080 with your openai tokens
25
```
26
./ChatGPT-API-Proxy -prot 8080 -auth YOUR_AUTHORIZATION -tokens YOUR_OPENAI_TOKEN_1,YOUR_OPENAI_TOKEN_2
27
28
+Start reverse proxy with config file
29
+```
30
+./ChatGPT-API-Proxy -config config.json
31
32
Use by cURL
33
34
curl --location 'http://localhost:8080/v1/chat/completions' \
0 commit comments