Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev committed Feb 15, 2024
1 parent 1fd4126 commit 13fdd96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/modules/model_io/chat/custom_chat_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"\n",
"As an bonus, you're LLM will automatically become a `LangChain Runnable` and will benefit from some optimizations out of the box (e.g., batch via a threadpool), async support (e.g., `ainvoke`, `abatch`), `astream_events` API etc.\n",
"\n",
"You have 2 options to provide the implementation.\n",
"You have 2 options to provide an implementation:\n",
"\n",
"1. `SimpleChatModel`: Primarily meant for prototyping. This won't allow you to implement a bunch of features, but might be good enough for your use case.\n",
"2. `BaseChatModel`: Best suited for a full implementation that supports all features (e.g., streaming, function calling)."
"1. Using `SimpleChatModel`: Primarily meant for prototyping. This won't allow you to implement a bunch of features, but might be good enough for your use case.\n",
"2. Using `BaseChatModel`: Best suited for a full implementation that supports all features (e.g., streaming, function calling)."
]
},
{
Expand Down

0 comments on commit 13fdd96

Please sign in to comment.