From 023a2aab5dd289880f9329d67a9a62313dcb5657 Mon Sep 17 00:00:00 2001 From: Mikkel Svartveit Date: Fri, 31 Oct 2025 15:53:56 +0100 Subject: [PATCH] Update Gladnytt project (#2) Co-authored-by: Claude --- src/content/programming/gladnytt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/programming/gladnytt.md b/src/content/programming/gladnytt.md index aeaccf5..5baf6d9 100644 --- a/src/content/programming/gladnytt.md +++ b/src/content/programming/gladnytt.md @@ -8,6 +8,6 @@ repository: https://github.com/mikkelsvartveit/gladnytt date: 2024-10-13 --- -Gladnytt is a news website that filters out negative news articles. The articles are fetched from NRK's RSS feed every minute, and sentiment is determined by GPT-4o. The app is built with Go and htmx. +Gladnytt is a news website that filters out negative news articles. The articles are fetched from NRK's RSS feed every minute, and sentiment is determined by GPT-5 mini. The app is built with Go and htmx. ![Gladnytt screen dump](@assets/images/gladnytt-screenshot.png)