mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-11 22:04:37 +00:00
**Description:** This change fixes the undefined model_id issue when instantiating [ChatHuggingFace](https://github.com/langchain-ai/langchain/blob/master/libs/partners/huggingface/langchain_huggingface/chat_models/huggingface.py#L306) **Issue:** Fixes https://github.com/langchain-ai/langchain/issues/31357 @baskaryan @hwchase17 |
||
---|---|---|
.. | ||
langchain_huggingface | ||
scripts | ||
tests | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
pyproject.toml | ||
README.md | ||
uv.lock |
langchain-huggingface
This package contains the LangChain integrations for huggingface related classes.
Installation and Setup
- Install the LangChain partner package
pip install langchain-huggingface