From f9e2e5509eb2f1deca15c8ca2518d2ccfadc2f65 Mon Sep 17 00:00:00 2001 From: Ahmed Bakr Ali <119736744+aborayan2022@users.noreply.github.com> Date: Thu, 2 Apr 2026 21:22:30 +0200 Subject: [PATCH] Clear GOOGLE_API_KEY in .env.example Remove sensitive GOOGLE_API_KEY from example file --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 8a382eb..c346b96 100644 --- a/.env.example +++ b/.env.example @@ -21,7 +21,7 @@ OPENROUTER_MODEL=nvidia/nemotron-3-super-120b-a12b:free OPENROUTER_BASE_URL=https://openrouter.ai/api/v1/chat/completions # Google Generative AI (fallback provider) -GOOGLE_API_KEY=AIzaSyAKUp_qGpJPFMaDxIe6x3PjV4ghRTQuZ3Q +GOOGLE_API_KEY= GOOGLE_MODEL=chat-bison-001 # Premium document translation (recommended for Translate PDF)