Discourse is now showing an "AI summary" button on threads

Is this something instance admins have control over?

3 Likes

With stylus or some CSS add on; you can use

@-moz-document url-prefix("https://users.rust-lang.org/") {
  .ai-summarization-button {
      display: none;
   }
}

Not an exact answer to your question; but it would be my solution as a user always changing how discourse styles things.

3 Likes

It is :slight_smile:

6 Likes