mirror of
https://github.com/hwchase17/langchain
synced 2024-11-04 06:00:26 +00:00
micro docstring typo fix (#2308)
graduating from reading the docs to reading the code :)
This commit is contained in:
parent
134fc87e48
commit
8f608f4e75
@ -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 {}
|
||||
|
Loading…
Reference in New Issue
Block a user