多语言README

This commit is contained in:
Your Name
2023-04-19 16:49:47 +08:00
parent 85e433910a
commit 5d23420553
6 changed files with 1033 additions and 155 deletions

View File

@@ -50,7 +50,7 @@ def 多文件翻译(file_manifest, project_folder, llm_kwargs, plugin_kwargs, ch
pfg.file_contents.append(file_content)
# <-------- 拆分过长的Markdown文件 ---------->
pfg.run_file_split(max_token_limit=2048)
pfg.run_file_split(max_token_limit=1500)
n_split = len(pfg.sp_file_contents)
# <-------- 多线程润色开始 ---------->