Skip to content

[FEATURE]: Add Option to Disable AI Summarization (Transcription-Only Mode) #677

Description

@BuddhiD-Workaholic

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

  • Users can enable or disable AI summarization from Settings.
  • When summarization is disabled, no LLM is loaded or executed.
  • Meetily still generates and saves complete meeting transcripts.
  • Existing summarization functionality remains unchanged when the feature is enabled.

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

  • I have searched for similar feature requests
  • I have provided all required information
  • I have included any relevant screenshots/mockups
  • I have described the problem and proposed solution clearly

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions