更新提示

This commit is contained in:
qingxu fu
2023-04-14 13:10:40 +08:00
parent ea7fd53a97
commit 2e044d97c7
2 changed files with 3 additions and 2 deletions

View File

@ -228,7 +228,7 @@ def request_gpt_model_multi_threads_with_very_awesome_ui_and_high_efficiency(
retry_op -= 1
wait = random.randint(5, 20)
if "Rate limit reached" in tb_str:
wait = wait * 5
wait = wait * 3
fail_info = "OpenAI请求速率限制 "
else:
fail_info = ""