Skip to content

Commit

Permalink
修改readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vual committed Dec 14, 2023
1 parent 6e15499 commit c00d988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ docker pull registry.cn-hangzhou.aliyuncs.com/ann-chat/chatgpt-next-web-pro:3.5.
```shell
docker run -d -p 3000:3000 \
-e OPENAI_API_KEY="sk-xxxxxx" \
-e BASE_URL="https://xxxxxx" \
-e AUTHORIZE_CODE="授权码" \
registry.cn-hangzhou.aliyuncs.com/ann-chat/chatgpt-next-web-pro:3.5.9
```
BASE_URL不填的时候,默认是https://api.openai.com,如果你有中转地址,就填中转地址,其它参数也是通过增加 -e 然后跟上参数名称和参数值, \ 是换行拼接。
如果你有chatgpt中转地址,则加上 -e BASE_URL="https://xxxxxx" \ ,没加这个参数,默认请求到 https://api.openai.com,
其它参数也是通过增加 -e 然后跟上参数名称和参数值, \ 是换行拼接。

### 授权码价格
#### 授权绑定完整的二级域名,绑定后,只能通过绑定的域名或IP访问!!!也不能更改绑定的域名或IP!!!
Expand Down

0 comments on commit c00d988

Please sign in to comment.