修改提示文案

This commit is contained in:
Cp0204 2023-04-21 12:32:40 +08:00 committed by GitHub
parent 1f5e3f9882
commit 6e604070ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -703,7 +703,7 @@ if __name__ == '__main__':
os.environ['https_proxy'] = os.getenv("ProxyUrl") os.environ['https_proxy'] = os.getenv("ProxyUrl")
logger.info(' - 使用QL配置文件ProxyUrl代理' + os.environ["ProxyUrl"]) logger.info(' - 使用QL配置文件ProxyUrl代理' + os.environ["ProxyUrl"])
else: else:
logger.info(' - 未任何代理请确认当前网络环境可直连api.openai.com') logger.info(' - 未使用代理请确认当前网络环境可直连api.openai.com')
try: try:
i = 1 i = 1
for ck in cks: for ck in cks: