Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1019 Bytes

File metadata and controls

30 lines (25 loc) · 1019 Bytes
description
LangChain Chat Model Nodes

Chat Models


Chat models take a list of messages as input and return a model-generated message as output. These models such as gpt-3.5-turbo or gpt4 are powerful and cheaper than its predecessor Completions models such as text-davincii-003.

Chat Model Nodes: