mirror of
https://github.com/hwchase17/langchain.git
synced 2026-03-18 02:53:16 +00:00
14 lines
377 B
ReStructuredText
14 lines
377 B
ReStructuredText
Chat Models
|
|
=============
|
|
|
|
WARNING: extreme WIP
|
|
|
|
Chat models are new models that rather than being text-in and text-out send a list of dicitionaries, each dictionary representing a chat utterance including the text of the chat and the "speaker" of the chat.
|
|
|
|
The examples here all highlight how to work with Chat Models.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:glob:
|
|
|
|
./examples/* |