Feature Description
Add an option to disable AI-powered summarization and use Meetily as a transcription-only tool.
Problem Statement
Currently, Meetily always runs an LLM to generate meeting summaries. While this is useful for many users, there are scenarios where users only need a high-quality transcript.
For users running Meetily locally, even a small language model still consumes CPU/GPU resources, memory, startup time, and power. Some users also have privacy or simplicity requirements and don't want to run any LLM at all.
I personally just want accurate transcription without any summarization.
Proposed Solution
Add a simple toggle or setting such as:
- Enable AI Summarization (On/Off)
When disabled:
- Skip loading any LLM.
- Do not generate summaries or action items.
- Only produce the transcript.
- Everything else should continue working normally.
This makes Meetily usable as a lightweight local transcription tool while keeping summarization available for users who want it.
User Story
As a user who only needs meeting transcripts,
I want to disable AI summarization,
So that I can use Meetily without running a local language model and save system resources.
Acceptance Criteria
Technical Considerations
- This could simply bypass the summarization pipeline after transcription completes.
- The application should avoid initializing or downloading any LLM when summarization is disabled.
- The setting should persist across application restarts.
Alternatives Considered
An external API-based summarization option could work, but many users—including myself—don't want summarization at all. A simple on/off toggle is the most flexible and lightweight solution.
Additional Context
I love the project and mainly use it for local transcription. Having the ability to completely disable summarization would make Meetily an excellent lightweight transcription tool for users who don't need AI-generated summaries.
Checklist
Feature Description
Add an option to disable AI-powered summarization and use Meetily as a transcription-only tool.
Problem Statement
Currently, Meetily always runs an LLM to generate meeting summaries. While this is useful for many users, there are scenarios where users only need a high-quality transcript.
For users running Meetily locally, even a small language model still consumes CPU/GPU resources, memory, startup time, and power. Some users also have privacy or simplicity requirements and don't want to run any LLM at all.
I personally just want accurate transcription without any summarization.
Proposed Solution
Add a simple toggle or setting such as:
When disabled:
This makes Meetily usable as a lightweight local transcription tool while keeping summarization available for users who want it.
User Story
As a user who only needs meeting transcripts,
I want to disable AI summarization,
So that I can use Meetily without running a local language model and save system resources.
Acceptance Criteria
Technical Considerations
Alternatives Considered
An external API-based summarization option could work, but many users—including myself—don't want summarization at all. A simple on/off toggle is the most flexible and lightweight solution.
Additional Context
I love the project and mainly use it for local transcription. Having the ability to completely disable summarization would make Meetily an excellent lightweight transcription tool for users who don't need AI-generated summaries.
Checklist