From 479f7991fc0fe24533fa827874f933225efac6ae Mon Sep 17 00:00:00 2001 From: Nipurn123 <154745876+Nipurn123@users.noreply.github.com> Date: Wed, 24 Jul 2024 23:50:28 +0530 Subject: [PATCH] Update config.ts --- src/config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config.ts b/src/config.ts index b8eb578..72763ee 100644 --- a/src/config.ts +++ b/src/config.ts @@ -41,6 +41,8 @@ export const getGroqApiKey = () => loadConfig().API_KEYS.GROQ; export const getAnthropicApiKey = () => loadConfig().API_KEYS.ANTHROPIC; +export const getGeminiApiKey = () => loadConfig().API_KEYS.Gemini; + export const getSearxngApiEndpoint = () => loadConfig().API_ENDPOINTS.SEARXNG; export const getOllamaApiEndpoint = () => loadConfig().API_ENDPOINTS.OLLAMA;