Skip to content

Commit

Permalink
docs: update custom_chat_model.ipynb (langchain-ai#24170)
Browse files Browse the repository at this point in the history
characetrs -> characters
  • Loading branch information
eltociear authored Jul 12, 2024
1 parent d3a2b9f commit 18da9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/how_to/custom_chat_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 18da9f5

Please sign in to comment.