mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-16 15:04:13 +00:00
Docs: Add custom chat model documenation (#17595)
This PR adds documentation about how to implement a custom chat model.
This commit is contained in:
@@ -794,7 +794,7 @@ class BaseChatModel(BaseLanguageModel[BaseMessage], ABC):
|
||||
|
||||
|
||||
class SimpleChatModel(BaseChatModel):
|
||||
"""Simple Chat Model."""
|
||||
"""A simplified implementation for a chat model to inherit from."""
|
||||
|
||||
def _generate(
|
||||
self,
|
||||
|
Reference in New Issue
Block a user