chore: config.py添加反代地址

This commit is contained in:
RockChinQ 2023-08-07 11:43:28 +08:00
parent 521541f311
commit fb650a3d7a

View File

@ -62,6 +62,9 @@ nakuru_config = {
# }, # },
# "reverse_proxy": "http://example.com:12345/v1" # "reverse_proxy": "http://example.com:12345/v1"
# } # }
#
# 作者开设公用反向代理地址: http://api.openai.rockchin.top/v1
# 随时可能关闭,仅供测试使用,有条件建议使用正向代理或者自建反向代理
openai_config = { openai_config = {
"api_key": { "api_key": {
"default": "openai_api_key" "default": "openai_api_key"