From 567ed5ec3e6d7802a9ee2648651d2fa34e0c4825 Mon Sep 17 00:00:00 2001 From: xunbu Date: Sat, 29 Nov 2025 22:01:45 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=8D=E4=BD=8E=E9=BB=98=E8=AE=A4=E5=88=86?= =?UTF-8?q?=E5=9D=97=E5=A4=A7=E5=B0=8F=E5=88=B03500?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docutranslate/translator/__init__.py | 2 +- 更新日志.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docutranslate/translator/__init__.py b/docutranslate/translator/__init__.py index 87f260c..c7ca6bd 100644 --- a/docutranslate/translator/__init__.py +++ b/docutranslate/translator/__init__.py @@ -1,6 +1,6 @@ default_params = { "thinking": "disable", - "chunk_size": 5000, + "chunk_size": 4000, "concurrent": 30, "temperature": 0.7, "timeout": 1200, diff --git a/更新日志.txt b/更新日志.txt index 578e6b8..ff879ec 100644 --- a/更新日志.txt +++ b/更新日志.txt @@ -10,7 +10,7 @@ v1.5.3a1版 2025.11.29 - 使用vue重构前端代码 - 优化xlsx翻译效果 - 优化epub的性能开销 -- 分块默认大小调整到5000字节 +- 分块默认大小调整到4000字节 修复 - 修复markdown图片消失/不正确显示的问题 ----------------