micro docstring typo fix (#2308)

graduating from reading the docs to reading the code :)
This commit is contained in:
Gabriel Altay 2023-04-02 16:47:55 -04:00 committed by GitHub
parent 134fc87e48
commit 8f608f4e75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {}