From cc17c29b7678d96cf3d63c464dc3eade7d725799 Mon Sep 17 00:00:00 2001 From: Alessandro <155005371+3clyp50@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:04:04 +0200 Subject: [PATCH] Update env-vars for Google Gemini API correct integration I'm sorry but Google and LangChain keep changing their specs. Here's the correct one to call Gemini API through Google AI Studio. --- example.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example.env b/example.env index 0fe504d80..de73d5729 100644 --- a/example.env +++ b/example.env @@ -2,7 +2,7 @@ API_KEY_OPENAI= API_KEY_ANTHROPIC= API_KEY_GROQ= API_KEY_PERPLEXITY= -API_KEY_GOOGLE= +GOOGLE_API_KEY= API_KEY_OPENROUTER= API_KEY_OPENAI_AZURE= @@ -20,4 +20,4 @@ PYDEVD_DISABLE_FILE_VALIDATION=1 OLLAMA_BASE_URL="http://127.0.0.1:11434" LM_STUDIO_BASE_URL="http://127.0.0.1:1234/v1" -OPEN_ROUTER_BASE_URL="https://openrouter.ai/api/v1" \ No newline at end of file +OPEN_ROUTER_BASE_URL="https://openrouter.ai/api/v1"