From 13d08f967a7ab9f5310b75eb53bce85dd8871414 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 31 Oct 2025 14:42:29 +0000 Subject: [PATCH] Update Gladnytt to use GPT-5 mini instead of GPT-4o --- 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)