Files
langchain/docs/modules/chat/how_to_guides.rst
Harrison Chase 6cfd0ca73a cr
2023-03-01 17:53:38 -08:00

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/*