添加基础的 LLM 支持

This commit is contained in:
2025-11-05 18:40:13 +08:00
parent 9320815d3f
commit a5f4ae9bdc
5 changed files with 303 additions and 1 deletions

View File

@ -27,6 +27,7 @@ dependencies = [
"nanoid (>=2.0.0,<3.0.0)",
"opencc (>=1.1.9,<2.0.0)",
"playwright (>=1.55.0,<2.0.0)",
"openai (>=2.7.1,<3.0.0)",
]
[build-system]