fix(langchain-classic): fix init_chat_model for HuggingFace models (#33943)

This commit is contained in:
Georgey
2025-12-12 08:05:48 -08:00
committed by GitHub
parent 13dd115d1d
commit 16c984ef0a
4 changed files with 163 additions and 26 deletions

View File

@@ -46,6 +46,7 @@ test = [
"langchain-core",
"langchain-tests",
"langchain-community",
"langchain",
]
lint = ["ruff>=0.13.1,<0.14.0"]
dev = [
@@ -61,6 +62,7 @@ typing = [
[tool.uv.sources]
langchain-core = { path = "../../core", editable = true }
langchain-tests = { path = "../../standard-tests", editable = true }
langchain = { path = "../../langchain_v1", editable = true }
[tool.mypy]
disallow_untyped_defs = "True"