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", } ],