From ec4f6f9c0641779896672b9afaeb262808e141ec Mon Sep 17 00:00:00 2001 From: Siddhesh Agarwal Date: Thu, 31 Oct 2024 12:21:21 +0530 Subject: [PATCH] updated env template --- .envrc.template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.envrc.template b/.envrc.template index c365f90..16f0415 100644 --- a/.envrc.template +++ b/.envrc.template @@ -1,5 +1,6 @@ -export OPENAI_API_KEY="" export ANTHROPIC_API_KEY="" -export XAI_API_KEY="" -export OLLAMA_HOST_URL="" +export GEMINI_API_KEY="" export GROQ_API_KEY="" +export OLLAMA_HOST_URL="" +export OPENAI_API_KEY="" +export XAI_API_KEY=""