Update types.ts

This commit is contained in:
fcarraUniSa
2026-02-17 10:07:51 +01:00
committed by GitHub
parent 4a1641b0e2
commit 83b0a6bcbd

View File

@@ -145,6 +145,7 @@ export interface FeatureConfig {
export enum AiProvider { export enum AiProvider {
GEMINI = 'gemini', GEMINI = 'gemini',
OPENROUTER = 'openrouter',
OPENAI = 'openai', OPENAI = 'openai',
ANTHROPIC = 'anthropic', ANTHROPIC = 'anthropic',
DEEPSEEK = 'deepseek', DEEPSEEK = 'deepseek',