Basic Text Summarizer

Published by dugufeng

language:englishexamplebeginnertext-processingllm

Basic Text Summarizer

Author: dugufeng Tags: language:english, example, beginner, text-processing, llm Dify Version: v1.9.2+(Please fill in the Dify version you have tested this workflow on)

A simple workflow that takes a long piece of text and returns a concise summary.

πŸš€ How to Use

  1. Set Up API Keys:
    • This workflow uses the default Dify LLM provider (e.g., OpenAI).
    • Ensure you have a valid API key (like OPENAI_API_KEY) set up in your Dify 'Credentials'.
  2. Run the Workflow:
    • Provide the text you want to summarize in the 'Start' node's text variable.
    • Run the workflow and check the 'End' node for the summary output.

πŸ› οΈ Workflow Nodes

  • Start Node: Receives the input text (string).
  • LLM Node: A simple Large Language Model call with a prompt like: Please summarize the following text: {{text}}
  • End Node: Returns the output summary (string).

πŸ“Έ Screenshots (Highly Recommended)

Workflow Graph

Workflow Graph

Example Run

Example Run

Details
Likes0
Copies0
Languagelanguage:english
Dify Versionv1.9.2+
Published10/31/2025
Models Used
deepseek-ai/DeepSeek-R1
DU
dugufeng
Workflow Author
GitHub Path
text-processing/basic-text-summarizer-en
πŸ”—Open GitHub