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 14:03:37 +08:00
co-authored by Claude Fable 5
parent b68393ab01
commit f9ab79f0c2
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",
]