降低默认分块大小到3500

This commit is contained in:
xunbu
2025-11-29 22:01:45 +08:00
parent a1bf0fe511
commit 567ed5ec3e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
default_params = { default_params = {
"thinking": "disable", "thinking": "disable",
"chunk_size": 5000, "chunk_size": 4000,
"concurrent": 30, "concurrent": 30,
"temperature": 0.7, "temperature": 0.7,
"timeout": 1200, "timeout": 1200,

View File

@@ -10,7 +10,7 @@ v1.5.3a1版 2025.11.29
- 使用vue重构前端代码 - 使用vue重构前端代码
- 优化xlsx翻译效果 - 优化xlsx翻译效果
- 优化epub的性能开销 - 优化epub的性能开销
- 分块默认大小调整到5000字节 - 分块默认大小调整到4000字节
修复 修复
- 修复markdown图片消失/不正确显示的问题 - 修复markdown图片消失/不正确显示的问题
---------------- ----------------