Set placeholder for GOOGLE_API_KEY

Updated GOOGLE_API_KEY placeholder in .env.example
This commit is contained in:
Ahmed Bakr Ali
2026-04-02 21:26:10 +02:00
committed by GitHub
parent af6c13c5f1
commit e869ef6110

View File

@@ -21,7 +21,7 @@ OPENROUTER_MODEL=nvidia/nemotron-3-super-120b-a12b:free
OPENROUTER_BASE_URL=https://openrouter.ai/api/v1/chat/completions OPENROUTER_BASE_URL=https://openrouter.ai/api/v1/chat/completions
# Google Generative AI (fallback provider) # Google Generative AI (fallback provider)
GOOGLE_API_KEY= GOOGLE_API_KEY=your-google-api-key-here
GOOGLE_MODEL=chat-bison-001 GOOGLE_MODEL=chat-bison-001
# Premium document translation (recommended for Translate PDF) # Premium document translation (recommended for Translate PDF)