mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-02 22:02:13 +08: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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user