|
@@ -20,7 +20,7 @@ class HuggingFaceLlm(BaseLlm):
|
|
|
except ModuleNotFoundError:
|
|
|
raise ModuleNotFoundError(
|
|
|
"The required dependencies for HuggingFaceHub are not installed."
|
|
|
- 'Please install with `pip install --upgrade "embedchain[huggingface_hub]"`'
|
|
|
+ 'Please install with `pip install --upgrade "embedchain[huggingface-hub]"`'
|
|
|
) from None
|
|
|
|
|
|
super().__init__(config=config)
|