From b8aa8c86ba3baf33cfae31b1ff68fceb07c04456 Mon Sep 17 00:00:00 2001 From: Yanzhong Su Date: Thu, 2 Jan 2025 04:14:08 +0000 Subject: [PATCH] docs: Remove redundant word for improved sentence fluency (#28975) Remove redundant word for improved sentence fluency Co-authored-by: Erick Friis --- docs/docs/tutorials/agents.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tutorials/agents.ipynb b/docs/docs/tutorials/agents.ipynb index 3eca90dc8d0..9998cc72370 100644 --- a/docs/docs/tutorials/agents.ipynb +++ b/docs/docs/tutorials/agents.ipynb @@ -211,7 +211,7 @@ "source": [ "## Using Language Models\n", "\n", - "Next, let's learn how to use a language model by to call tools. LangChain supports many different language models that you can use interchangably - select the one you want to use below!\n", + "Next, let's learn how to use a language model to call tools. LangChain supports many different language models that you can use interchangably - select the one you want to use below!\n", "\n", "import ChatModelTabs from \"@theme/ChatModelTabs\";\n", "\n",