提高总错误率上限

This commit is contained in:
xunbu
2025-09-04 11:16:43 +08:00
parent 01b88f8911
commit b7a662bae1

View File

@@ -18,7 +18,7 @@ from docutranslate.logger import global_logger
from docutranslate.utils.utils import get_httpx_proxies
MAX_RETRY_COUNT = 2
MAX_REQUESTS_PER_ERROR = 20
MAX_REQUESTS_PER_ERROR = 15
ThinkingMode = Literal["enable", "disable", "default"]