From 18da9f5e59892051be90b5070ae0c03180fef0b1 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 12 Jul 2024 19:48:22 +0900 Subject: [PATCH] docs: update custom_chat_model.ipynb (#24170) characetrs -> characters --- docs/docs/how_to/custom_chat_model.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how_to/custom_chat_model.ipynb b/docs/docs/how_to/custom_chat_model.ipynb index e512c307f36..97543753d55 100644 --- a/docs/docs/how_to/custom_chat_model.ipynb +++ b/docs/docs/how_to/custom_chat_model.ipynb @@ -131,7 +131,7 @@ "source": [ "## Base Chat Model\n", "\n", - "Let's implement a chat model that echoes back the first `n` characetrs of the last message in the prompt!\n", + "Let's implement a chat model that echoes back the first `n` characters of the last message in the prompt!\n", "\n", "To do so, we will inherit from `BaseChatModel` and we'll need to implement the following:\n", "\n",