docs: update custom_chat_model.ipynb (#24170)

characetrs -> characters
This commit is contained in:
Ikko Eltociear Ashimine 2024-07-12 19:48:22 +09:00 committed by GitHub
parent d3a2b9fae0
commit 18da9f5e59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",