@@ -135,7 +134,8 @@ HTML_TEMPLATE = """
-
+
+
diff --git a/docutranslate/translater.py b/docutranslate/translater.py
index f62a7c3..1c1ff69 100644
--- a/docutranslate/translater.py
+++ b/docutranslate/translater.py
@@ -16,7 +16,7 @@ from docutranslate.logger import translater_logger
class FileTranslater:
def __init__(self, file_path: Path | str | None = None, chunksize: int = 3500, base_url="", key=None,
- model_id="", temperature=0.7, max_concurrent=10, docling_artifact: Path | str | None = None,
+ model_id="", temperature=0.7, max_concurrent=15, docling_artifact: Path | str | None = None,
timeout=2000, tips=True):
if isinstance(file_path, str):
file_path = Path(file_path)
diff --git a/pyproject.toml b/pyproject.toml
index d9bc677..8b68fc2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "docutranslate"
-version = "0.2.3"
+version = "0.2.4.dev"
description = "文件翻译工具"
readme = "README.md"
requires-python = ">=3.10"