This node allows you to summarize a text input using AI.

Node Inputs

  1. Text for Summarization: The text you want to summarize
    • Type: Text

Node Parameters

In the gear:

  1. Provider: Provider of the AI model you want to use. The default provider is OpenAI.
  2. Model: Model name of the AI model you want to use. The default model is gpt-4o.

Node Outputs

  1. Summary: The summarized text from AI
    • Type: Text
    • Example usage: {{summarizer_0.summary}}

Example

The below example is a pipeline which takes in a large body of text and summarizes it.