分块默认大小调整到5000字节

This commit is contained in:
xunbu
2025-11-25 11:19:46 +08:00
parent 1d1bb82cb5
commit bbf34762ab

View File

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