回退httpx版本,优化提示词(有关表格),修复了ai报错过多时卡死的问题

This commit is contained in:
xunbu
2025-07-07 21:43:00 +08:00
parent 1b05bd354a
commit e9e254331d
6 changed files with 19 additions and 14 deletions

View File

@@ -4,7 +4,7 @@ description = "文件翻译工具"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"httpx>=0.28.1",
"httpx==0.27.2",
"markdown2>=2.5.3",
"fastapi[standard]>=0.115.12",