config.py: update OpenAI link

This commit is contained in:
suzuken
2023-04-17 18:15:49 +09:00
parent f41febd3ae
commit 74a8b5d832

View File

@@ -237,5 +237,5 @@ def check_openai_api_key() -> None:
Fore.RED
+ "Please set your OpenAI API key in .env or as an environment variable."
)
print("You can get your key from https://beta.openai.com/account/api-keys")
print("You can get your key from https://platform.openai.com/account/api-keys")
exit(1)