Skip to main content
LLM cells let you generate responses from a large language model (LLM).

Prerequisites

You will need a connection of type OpenAI or Anthropic to use LLM cells.

Using Variables

Reference variables from other cells in your prompt using the {{variable_name}} syntax.

Example

Note: The full output of referenced cells will be sent to the LLM prompt, which may consume a large number of tokens.