更新MPL2.0协议

This commit is contained in:
xunbu
2025-08-29 09:37:06 +08:00
parent e949f2440c
commit 94cfd702c5
101 changed files with 596 additions and 26 deletions

View File

@@ -154,7 +154,9 @@ async def main():
model_id="glm-4-air", # モデル ID
to_lang="English", # 対象言語
chunk_size=3000, # テキストのチャンクサイズ
concurrent=10 # 同時実行数
concurrent=10, # 同時実行数
# glossary_generate_enable=True, # 自動用語集生成を有効にする
# glossary_dict={"Jobs":"乔布斯"} # 用語表を渡す
)
# 2. コンバーター設定を構築 (minerU を使用)