From 54d992224d0e6a253b4a98bef5e454963ab09db3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6khan?= Date: Sat, 14 Dec 2024 12:54:21 +0300 Subject: [PATCH] adds Google Studio url to .env.local docs Extends sample environment variable with Google Studio url --- .env.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 7306f3617..1df61d806 100644 --- a/.env.example +++ b/.env.example @@ -28,7 +28,9 @@ OPEN_ROUTER_API_KEY= # Get your Google Generative AI API Key by following these instructions - # https://console.cloud.google.com/apis/credentials -# You only need this environment variable set if you want to use Google Generative AI models +# Get your Google Gemini API Key from the Google AI Studio dashboard - +# https://aistudio.google.com/app/apikey +# You only need this environment variable set if you want to use Google Generative AI models or Google Gemini models GOOGLE_GENERATIVE_AI_API_KEY= # You only need this environment variable set if you want to use oLLAMA models