mirror of
https://github.com/hwchase17/langchain.git
synced 2026-03-18 02:53:16 +00:00
16 lines
369 B
ReStructuredText
16 lines
369 B
ReStructuredText
Chat
|
|
==========================
|
|
|
|
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.
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Chat
|
|
:name: Chat
|
|
:hidden:
|
|
|
|
./chat/how_to_guides.rst
|