fix: align config.example.yaml to use GEMINI_API_KEY (#1367)

The commented google_api_key example referenced $GOOGLE_API_KEY but the
codebase (.env.example, generate.py scripts) uses GEMINI_API_KEY.
Closes #1364
This commit is contained in:
Hiren Thakore
2026-03-25 20:34:25 -04:00
committed by GitHub
parent ac97dc6d42
commit 792c49e6af

View File

@@ -86,7 +86,7 @@ models:
# display_name: Gemini 2.5 Pro
# use: langchain_google_genai:ChatGoogleGenerativeAI
# model: gemini-2.5-pro
# google_api_key: $GOOGLE_API_KEY
# gemini_api_key: $GEMINI_API_KEY
# max_tokens: 8192
# supports_vision: true