2.2 KiB
2.2 KiB
Summary
Action v1.0.0
Generate concise summaries of long text content with key points extraction.
Overview
The Summary plugin helps you quickly understand long pieces of text by generating concise summaries with extracted key points. It's perfect for:
- Summarizing long articles or documents
- Extracting key points from conversations
- Creating quick overviews of complex topics
Features
- :material-text-box-search: Smart Summarization: AI-powered content analysis
- :material-format-list-bulleted: Key Points: Extracted important highlights
- :material-content-copy: Easy Copy: One-click copying of summaries
- :material-tune: Adjustable Length: Control summary detail level
Installation
- Download the plugin file:
summary.py - Upload to OpenWebUI: Admin Panel → Settings → Functions
- Enable the plugin
Usage
- Get a long response from the AI or paste long text
- Click the Summary button in the message action bar
- View the generated summary with key points
Configuration
| Option | Type | Default | Description |
|---|---|---|---|
summary_length |
string | "medium" |
Length of summary (short/medium/long) |
include_key_points |
boolean | true |
Extract and list key points |
language |
string | "auto" |
Output language |
Example Output
## Summary
This document discusses the implementation of a new feature
for the application, focusing on user experience improvements
and performance optimizations.
### Key Points
- ✅ New user interface design improves accessibility
- ✅ Backend optimizations reduce load times by 40%
- ✅ Mobile responsiveness enhanced
- ✅ Integration with third-party services simplified
Requirements
!!! note "Prerequisites" - OpenWebUI v0.3.0 or later - Uses the active LLM model for summarization
Source Code
:fontawesome-brands-github: View on GitHub{ .md-button }