mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-01 02:50:47 +00:00
micro docstring typo fix (#2308)
graduating from reading the docs to reading the code :)
This commit is contained in:
@@ -76,7 +76,7 @@ class HuggingFacePipeline(LLM, BaseModel):
|
||||
except ImportError:
|
||||
raise ValueError(
|
||||
"Could not import transformers python package. "
|
||||
"Please it install it with `pip install transformers`."
|
||||
"Please install it with `pip install transformers`."
|
||||
)
|
||||
|
||||
_model_kwargs = model_kwargs or {}
|
||||
|
Reference in New Issue
Block a user