langchain: add deepseek provider to init chat model (#29449)

This commit is contained in:
Erick Friis
2025-01-27 23:13:59 -08:00
committed by GitHub
parent dced0ed3fd
commit ecdc881328
5 changed files with 29 additions and 6 deletions

View File

@@ -61,6 +61,7 @@ pytest-socket = "^0.7.0"
pytest-watcher = "^0.3.4"
langchain-tests = "^0.3.5"
langchain-openai = { path = "../openai" }
pytest-timeout = "^2.3.1"
[tool.poetry.group.codespell.dependencies]
codespell = "^2.2.6"