This guide explains how to enable and configure Gists, which is part of the Summarize feature of the Discourse AI plugin.
Required user level: Administrator
This feature isnβt yet available on discourse.org hosting
Gists are short AI summaries to help you get a quick overview from topic lists.
Features
- Auto backfills short summaries of topics
- Toggleable between compact and expanded (with AI summary) topic views
- Available for all topic views, i.e - hot, latest, top etc
Enabling Summarize
Prerequisites
You must configure at least one Large Language Model (LLM) from a provider.
To get started you can configure them through the Discourse AI - Large Language Model (LLM) settings page.
Configuration
-
Go to
AdminβPluginsβAIβFeaturestab, selectSummarization, and make sureAI summarization enabledandAI summary gists enabledare checked. -
Switch to the
Agentstab and edit theSummarizer (short form)agent to use your LLM as theDefault language model, and ensure the agent is enabled. -
(optional) Increase
ai_summary_backfill_maximum_topics_per_hourto backfill gists for older topics, control how far back to backfill viaai_summary_backfill_topic_max_age_days, and set a minimum topic length for backfill viaai_summary_backfill_minimum_word_count(default: 200 words).