优化提示词

This commit is contained in:
xunbu
2025-05-10 22:11:13 +08:00
parent 75a7025021
commit 468f94a680
4 changed files with 87 additions and 61 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "docutranslate"
version = "0.1.5"
version = "0.1.6"
description = "文件翻译工具"
readme = "README.md"
requires-python = ">=3.10"
@@ -9,5 +9,5 @@ dependencies = [
"httpx",
"markdown2",
"mdformat>=0.7.22",
"transformers>=4.50.1"
"transformers>=4.50.1",
]