From 369e6d109c163b6e41d5b09b87a2ba47abdbb40c Mon Sep 17 00:00:00 2001 From: Mark McDonald Date: Fri, 9 May 2025 01:00:03 +0800 Subject: [PATCH] Adds link to AI Studio when entering Gemini key (#2780) I used ai.dev as the alternate URL as it takes up less space but if this is likely to confuse users we can use the long form. Co-authored-by: Tony Kipkemboi --- src/crewai/cli/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crewai/cli/constants.py b/src/crewai/cli/constants.py index 80183f8b0..306f1108b 100644 --- a/src/crewai/cli/constants.py +++ b/src/crewai/cli/constants.py @@ -13,7 +13,7 @@ ENV_VARS = { ], "gemini": [ { - "prompt": "Enter your GEMINI API key (press Enter to skip)", + "prompt": "Enter your GEMINI API key from https://ai.dev/apikey (press Enter to skip)", "key_name": "GEMINI_API_KEY", } ],