From 828e214833dc7a85309534fccfabf27bbc071725 Mon Sep 17 00:00:00 2001 From: Nipurn123 <154745876+Nipurn123@users.noreply.github.com> Date: Wed, 24 Jul 2024 23:49:53 +0530 Subject: [PATCH] config.ts --- src/config.ts | 1 + 1 file changed, 1 insertion(+) 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;