优化提示词
This commit is contained in:
@@ -22,7 +22,7 @@ if DOCLING_FLAG:
|
||||
class FileTranslater:
|
||||
def __init__(self, file_path: Path | str | None = None, chunksize: int = 2000,
|
||||
base_url="", key=None, model_id="", temperature=0.7,
|
||||
max_concurrent=20, timeout=2000,
|
||||
max_concurrent=30, timeout=2000,
|
||||
convert_engin: Literal["docling", "mineru"] = "mineru",
|
||||
docling_artifact: Path | str | None = None,
|
||||
mineru_token: str = None, cache=True):
|
||||
|
||||
Reference in New Issue
Block a user