Use the unified pydantic-settings configuration in run_llm

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-04 01:43:12 +08:00
co-authored by Claude Fable 5
parent b9ce1eb08a
commit 0aa93c0778
6 changed files with 70 additions and 107 deletions
+2
View File
@@ -39,6 +39,8 @@ classifiers = [
"Topic :: Text Processing :: Linguistic",
]
dependencies = [
"pydantic-settings >= 2",
"SQLAlchemy >= 2",
"anthropic",
]