From 22f007de501d2d94e8b77e94a93bc81a722a515d Mon Sep 17 00:00:00 2001 From: dschlueter Date: Sat, 25 Apr 2026 04:49:39 +0200 Subject: [PATCH] =?UTF-8?q?Projects:=20Tech-Stack=20f=C3=BCr=20Hacker=20Ne?= =?UTF-8?q?ws=20Daily=20AI=20Reports=20aktualisiert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/projects-section.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/projects-section.tsx b/components/projects-section.tsx index b313984..765c9de 100644 --- a/components/projects-section.tsx +++ b/components/projects-section.tsx @@ -10,7 +10,7 @@ const projects = [ title: 'Hacker News Daily AI Reports', slug: 'hackernews', description: 'KI Tools werten zweimal täglich die Hacker News aus und beurteilen deren Relevanz in Bezug auf KI.', - tech: ['Python', 'FastAPI', 'HTMX'], + tech: ['Python', 'FastAPI', 'Openrouter', 'deepseek-reasoner', 'qwen3-max'], status: 'Aktiv', url: 'https://jamulix.de/hackernews/', featured: true,