Skip to content
This repository was archived by the owner on Aug 13, 2026. It is now read-only.

Latest commit

 

History

History
32 lines (27 loc) · 1.07 KB

File metadata and controls

32 lines (27 loc) · 1.07 KB
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: