From a7296bddc23319bdb8eb919581d67ec4c9185c7e Mon Sep 17 00:00:00 2001 From: MoraxMa Date: Tue, 16 Jul 2024 00:25:35 +0800 Subject: [PATCH] docs: updated Tongyi package (#24259) * updated pip install package --- docs/docs/integrations/llms/tongyi.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/llms/tongyi.ipynb b/docs/docs/integrations/llms/tongyi.ipynb index 3fd756626c0..002d14b774e 100644 --- a/docs/docs/integrations/llms/tongyi.ipynb +++ b/docs/docs/integrations/llms/tongyi.ipynb @@ -27,7 +27,7 @@ "outputs": [], "source": [ "# Install the package\n", - "%pip install --upgrade --quiet dashscope" + "%pip install --upgrade --quiet langchain-community dashscope" ] }, {