增加了对模型回复开头的识别

This commit is contained in:
xunbu
2025-05-08 19:49:31 +08:00
parent d569f2572d
commit c66ac84d20
4 changed files with 24 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "docutranslate"
version = "0.0.3"
version = "0.0.4"
description = "能翻译pdf和markdown的软件"
readme = "README.md"
requires-python = ">=3.10"
@@ -10,4 +10,3 @@ dependencies = [
"markdown2>=2.5.3",
"transformers>=4.42.4",
]