mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-04-26 03:38:06 +00:00
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:
parent
ac97dc6d42
commit
792c49e6af
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user