diff --git a/src/config.ts b/src/config.ts index 9ebc182..b8eb578 100644 --- a/src/config.ts +++ b/src/config.ts @@ -13,6 +13,7 @@ interface Config { OPENAI: string; GROQ: string; ANTHROPIC: string; + Gemini: string; }; API_ENDPOINTS: { SEARXNG: string;