Skip to main content

Chat

Large Language Model chat block enabling advanced conversational interactions powered by OpenAI's cutting-edge language models.

Inputs

Inputs divide into public and private. Public input is for user's interaction with block. Private input is for communication between block and block. You can't use these inputs directly

nametypeaccessibility
inputtextPrivate

Fields

namedescriptiondetails
InputsThe inputs to the block.N/A
NameThe name of the block. Can only contain letters, numbers, and underscores. Cannot include spaces.N/A
DescriptionThe description of the chat.N/A
API keyOpenAI API key to use for the chat.N/A
Model API typeThe API type to use for the chat.N/A
ModelThe model to use for the chat.N/A
EndpointThe endpoint to use for the chat.N/A
Chat memory typeThe chat memory type to use for the chat.N/A
TemperatureThe temperature of the chat.Default: 0.7
System messageThe message to start the conversation with.N/A
MessagesThe messages to start the conversation with.N/A
Prompt templateThe template to use for the prompt. Pass {{input_name:output}} to use the input value.N/A