diff --git a/units/en/unit0/onboarding.mdx b/units/en/unit0/onboarding.mdx index e87ddba25..7688ef9b5 100644 --- a/units/en/unit0/onboarding.mdx +++ b/units/en/unit0/onboarding.mdx @@ -81,7 +81,7 @@ You can download the image by clicking 👉 [here](https://huggingface.co/datase To use `LiteLLMModel` module in `smolagents`, you may run `pip` command to install the module. ``` bash - pip install 'smolagents[litellm]' + pip install smolagents[litellm] ``` ``` python