From 599c891de00307399000a7fa9373d693a10038bc Mon Sep 17 00:00:00 2001 From: Marius B Date: Wed, 10 Jun 2026 22:11:50 +0200 Subject: [PATCH] Add LLMBase to Chat category --- src/data/services.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/data/services.ts b/src/data/services.ts index 56b6bad..97d0714 100644 --- a/src/data/services.ts +++ b/src/data/services.ts @@ -79,6 +79,15 @@ export const categories: Category[] = [ link: 'https://www.aineo.swiss', addedDate: '2025-09-01', }, + { + name: 'LLMBase', + description: + 'European sovereign ChatGPT alternative with private chat, open-source models, and OpenAI-compatible access for agents', + icon: '🛡️', + country: '🇩🇪', + link: 'https://llmbase.ai', + addedDate: '2026-06-10', + }, ], }, {