Chat Models

LlamaIndex Chat Model Nodes


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:

Last updated