diff --git a/units/zh-CN/unit0/onboarding.mdx b/units/zh-CN/unit0/onboarding.mdx index 3a77b3871..56a255758 100644 --- a/units/zh-CN/unit0/onboarding.mdx +++ b/units/zh-CN/unit0/onboarding.mdx @@ -66,7 +66,7 @@ ollama serve 要在`smolagents`中使用`LiteLLMModel`模块,可运行`pip`命令安装该模块。 ```bash -pip install smolagents[litellm] +pip install 'smolagents[litellm]' ``` ```bash