From ad274b7cadea0c66a6bce2a8a188dc87e98371fe Mon Sep 17 00:00:00 2001 From: Yidadaa Date: Sat, 15 Apr 2023 02:51:15 +0800 Subject: [PATCH] fixup --- README.md | 1 + README_CN.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 42642ec9..a6288798 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ Access passsword, separated by comma. ### `BASE_URL` (optional) > Default: `https://api.openai.com` + > Examples: `http://your-openai-proxy.com` Override openai api request base url. diff --git a/README_CN.md b/README_CN.md index 9c80d865..d2d64aa0 100644 --- a/README_CN.md +++ b/README_CN.md @@ -87,6 +87,7 @@ OpanAI 密钥,你在 openai 账户页面申请的 api key。 ### `BASE_URL` (可选) > Default: `https://api.openai.com` + > Examples: `http://your-openai-proxy.com` OpenAI 接口代理 URL,如果你手动配置了 openai 接口代理,请填写此选项。