Merge pull request #2137 from suzuken/config-fix-openai-link

config.py: update OpenAI link to platform.openai.com
pull/1984/head
Richard Beales 2023-04-17 17:40:48 +01:00 committed by GitHub
commit a5506abdad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -232,5 +232,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)