Fix incorrect model reference in .env.sample for GEMINI_API_KEY (#3057)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run

Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
This commit is contained in:
Hemanth Yanamaddi 2025-10-13 04:43:10 +05:30 committed by GitHub
parent 21be178b2f
commit a8179ae61c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,7 +54,7 @@ AZURE_GPT5_NANO_API_VERSION="2025-01-01-preview"
# ENABLE_GEMINI: Set to true to enable Gemini as a language model provider.
ENABLE_GEMINI=false
# GEMINI_API_KEY: Your Gemini API key for accessing models like GPT-4.
# GEMINI_API_KEY: Your Gemini API key for accessing models like Gemini2.5Pro.
GEMINI_API_KEY=""
# ENABLE_NOVITA: Set to true to enable Novita AI as a language model provider.