From 6dfea7e508eb7c789dc7bb7d0b8a9042856beaf1 Mon Sep 17 00:00:00 2001 From: Mahdi Massahi <59474388+Mahdi-Massahi@users.noreply.github.com> Date: Mon, 18 Nov 2024 21:46:47 +0100 Subject: [PATCH] docs: fixed a typo (#28191) **Description**: removed the redundant phrase (typo) --- docs/docs/tutorials/llm_chain.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tutorials/llm_chain.ipynb b/docs/docs/tutorials/llm_chain.ipynb index fccc2c6cd9f..ea1a8ae0288 100644 --- a/docs/docs/tutorials/llm_chain.ipynb +++ b/docs/docs/tutorials/llm_chain.ipynb @@ -318,7 +318,7 @@ "source": [ "## Conclusion\n", "\n", - "That's it! In this tutorial you've learned how to create your first simple LLM application. You've learned how to work with language models, how to how to create a prompt template, and how to get great observability into chains you create with LangSmith.\n", + "That's it! In this tutorial you've learned how to create your first simple LLM application. You've learned how to work with language models, how to create a prompt template, and how to get great observability into chains you create with LangSmith.\n", "\n", "This just scratches the surface of what you will want to learn to become a proficient AI Engineer. Luckily - we've got a lot of other resources!\n", "\n",