From fb650a3d7af471ed199894520f1cc358105bd9de Mon Sep 17 00:00:00 2001 From: RockChinQ <1010553892@qq.com> Date: Mon, 7 Aug 2023 11:43:28 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20config.py=E6=B7=BB=E5=8A=A0=E5=8F=8D?= =?UTF-8?q?=E4=BB=A3=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config-template.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config-template.py b/config-template.py index c3e6490c..c6d2cdf6 100644 --- a/config-template.py +++ b/config-template.py @@ -62,6 +62,9 @@ nakuru_config = { # }, # "reverse_proxy": "http://example.com:12345/v1" # } +# +# 作者开设公用反向代理地址: http://api.openai.rockchin.top/v1 +# 随时可能关闭,仅供测试使用,有条件建议使用正向代理或者自建反向代理 openai_config = { "api_key": { "default": "openai_api_key"