Merge branch 'master' of https://github.com/Okabe-Rintarou-0/chatgpt_academic into Okabe-Rintarou-0-master

This commit is contained in:
Your Name
2023-03-29 20:07:38 +08:00
parent 23776b90b9
commit c78254cd86
2 changed files with 9 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ else:
print('网络代理状态:未配置。无代理状态下很可能无法访问。')
# 发送请求到OpenAI后等待多久判定为超时
TIMEOUT_SECONDS = 20
TIMEOUT_SECONDS = 25
# 网页的端口, -1代表随机端口
WEB_PORT = -1