diff --git a/autogpt/config/config.py b/autogpt/config/config.py index 101f2919..9de7fe70 100644 --- a/autogpt/config/config.py +++ b/autogpt/config/config.py @@ -277,6 +277,7 @@ def check_openai_api_key() -> None: print( Fore.RED + "Please set your OpenAI API key in .env or as an environment variable." + + Fore.RESET ) print("You can get your key from https://platform.openai.com/account/api-keys") exit(1)