Fix incorrect model reference in .env.sample for GEMINI_API_KEY (#3057)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com> Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
21be178b2f
commit
a8179ae61c
@@ -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 Gemini 2.5 Pro.
|
||||
GEMINI_API_KEY=""
|
||||
|
||||
# ENABLE_NOVITA: Set to true to enable Novita AI as a language model provider.
|
||||
|
||||
Reference in New Issue
Block a user