From 689e8b7e666d0803cb27259eb517a0365c55bc7f Mon Sep 17 00:00:00 2001 From: Radi Date: Mon, 21 Oct 2024 16:06:28 +0100 Subject: [PATCH] docs: Update chatbot.ipynb (#27422) - [ ] **PR title**: "docs: Typo fix" Co-authored-by: Erick Friis --- docs/docs/tutorials/chatbot.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tutorials/chatbot.ipynb b/docs/docs/tutorials/chatbot.ipynb index 9a64507f546..dd6ab2544d0 100644 --- a/docs/docs/tutorials/chatbot.ipynb +++ b/docs/docs/tutorials/chatbot.ipynb @@ -449,7 +449,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Right now, all we've done is add a simple persistence layer around the model. We can start to make the more complicated and personalized by adding in a prompt template.\n", + "Right now, all we've done is add a simple persistence layer around the model. We can start to make the chatbot more complicated and personalized by adding in a prompt template.\n", "\n", "## Prompt templates\n", "\n",