feat: 不再向openai completion api提供timeout参数

This commit is contained in:
Rock Chin
2023-01-11 12:22:04 +08:00
parent dfa8621a1a
commit c7689d3c89
3 changed files with 1 additions and 3 deletions

View File

@@ -181,7 +181,7 @@ def main(first_time_init=False):
logging.info("当前已是最新版本")
except Exception as e:
logging.error("检查更新失败:{}".format(e))
logging.warning("检查更新失败:{}".format(e))
while True:
try: