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;