From da2dc87e13d68497adea862ba03d237674145f8c Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov <vsevolod@rspamd.com> Date: Sat, 6 Jul 2024 15:30:35 +0100 Subject: [PATCH] Add link on the index page --- index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/index.md b/index.md index 9f2d51fda..11c8af99b 100644 --- a/index.md +++ b/index.md @@ -12,6 +12,16 @@ title: Rspamd spam filtering system </div> </div> <div class="container-fluid w-auto mx-2"> + <div class="row news-row rounded-3 mx-auto my-4 p-3"> + <div class="col-12 col-sm-10"> + <h3 style="margin: 0px;">Study: Rspamd and GPT integration</h3> + <span class="date"><small>2024-07-03</small></span> + <p style="margin-bottom: 0px; margin-top: 5px">We have studied the efficiency of the new GPT plugin to access LLM (large language models) intelligence.</p> + </div> + <div class="col-12 col-sm-2 d-flex justify-content-end align-items-end"> + <a class="btn btn-primary mb-2" href="https://rspamd.com/misc/2024/07/03/gpt.html">Learn more <i class="fa-solid fa-chevron-right"></i></a> + </div> + </div> <div class="row news-row rounded-3 mx-auto my-4 p-3"> <div class="col-12 col-sm-10"> <h3 style="margin: 0px;">News: Rspamd 3.8.4 has been released</h3>