From c872f22f642d877ad78ba3985e1eaaf88c71d649 Mon Sep 17 00:00:00 2001 From: jonathan DS Date: Tue, 15 Oct 2024 18:47:35 -0300 Subject: [PATCH] added Google Generative AI (gemini) integration --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 18990c54..968e9348 100644 --- a/.env.example +++ b/.env.example @@ -26,7 +26,7 @@ OPEN_ROUTER_API_KEY= GOOGLE_GENERATIVE_AI_API_KEY= # You only need this environment variable set if you want to use oLLAMA models -#EXAMPLE http://localhost:11434 +# EXAMPLE http://localhost:11434 OLLAMA_API_BASE_URL= # Include this environment variable if you want more logging for debugging locally