From 32fb6ac1314cabffee2bd6398523ce2a3c84299d Mon Sep 17 00:00:00 2001 From: Hadi Cherkaoui Date: Sat, 1 Mar 2025 14:16:39 +0100 Subject: [PATCH] Update config.ts --- src/config.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/config.ts b/src/config.ts index 549cb05..8b94f16 100644 --- a/src/config.ts +++ b/src/config.ts @@ -16,11 +16,6 @@ interface Config { VIDEO: string; NEWS: string; } - KEYCLOAK: { - URL: string; - REALM: string; - CLIENT_ID: string; - }; MODELS: { OPENAI: { API_KEY: string;