From db6512aa35cc080de2d9abcda2fff0038d1c4e21 Mon Sep 17 00:00:00 2001 From: Arun Sasidharan Date: Fri, 5 Jul 2024 21:11:46 +0530 Subject: [PATCH] docs: fix typo in llm_chain.ipynb (#23907) - Fix typo in the tutorial step - Add some context on `text` --- 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 89b3988d4d5..1eab4444a6a 100644 --- a/docs/docs/tutorials/llm_chain.ipynb +++ b/docs/docs/tutorials/llm_chain.ipynb @@ -325,7 +325,7 @@ "id": "fedf6f13", "metadata": {}, "source": [ - "Next, we can create the PromptTemplate. This will be a combination of the `system_template` as well as a simpler template for where the put the text" + "Next, we can create the PromptTemplate. This will be a combination of the `system_template` as well as a simpler template for where to put the text to be translated" ] }, {