New Experiment: Enable AI Summarize on your Discourse with one-click!

I don’t think there is an option for that.
You could use some CSS to hide the button.

First, install this component: GitHub - discourse/discourse-groups-css-classes-in-body.
Then use this css:

.group-<identifier> .toggle-summary {
   display: none;
}

Where <identifier> is the group name.

1 Like