From 83b0a6bcbda8675b92c5be57fca1a9d53af3182e Mon Sep 17 00:00:00 2001 From: fcarraUniSa Date: Tue, 17 Feb 2026 10:07:51 +0100 Subject: [PATCH] Update types.ts --- types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types.ts b/types.ts index e227daa..b8c7550 100644 --- a/types.ts +++ b/types.ts @@ -145,6 +145,7 @@ export interface FeatureConfig { export enum AiProvider { GEMINI = 'gemini', + OPENROUTER = 'openrouter', OPENAI = 'openai', ANTHROPIC = 'anthropic', DEEPSEEK = 'deepseek',