From c3ce775dc6597b471b2e6ad8a8dac004a7c44426 Mon Sep 17 00:00:00 2001 From: LukeCali-949 <76727497+LukeCali-949@users.noreply.github.com> Date: Tue, 28 May 2024 18:29:14 -0500 Subject: [PATCH] Fixed Typo on Build Simple LLM application page (#5566) typo --- docs/core_docs/docs/tutorials/llm_chain.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core_docs/docs/tutorials/llm_chain.ipynb b/docs/core_docs/docs/tutorials/llm_chain.ipynb index 0573af656bb8..fe7534afd0ce 100644 --- a/docs/core_docs/docs/tutorials/llm_chain.ipynb +++ b/docs/core_docs/docs/tutorials/llm_chain.ipynb @@ -312,7 +312,7 @@ "id": "fedf6f13", "metadata": {}, "source": [ - "Next, we can create the PromptTemplate. This will be a combination of the `systemTemplate` 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 `systemTemplate` as well as a simpler template for where to put the text" ] }, {