mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-29 22:46:27 +00:00
parent
d3a2b9fae0
commit
18da9f5e59
@ -131,7 +131,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"## Base Chat Model\n",
|
"## Base Chat Model\n",
|
||||||
"\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",
|
"\n",
|
||||||
"To do so, we will inherit from `BaseChatModel` and we'll need to implement the following:\n",
|
"To do so, we will inherit from `BaseChatModel` and we'll need to implement the following:\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user