Merge pull request #2137 from suzuken/config-fix-openai-link
config.py: update OpenAI link to platform.openai.compull/1984/head
commit
a5506abdad
|
@ -232,5 +232,5 @@ def check_openai_api_key() -> None:
|
||||||
Fore.RED
|
Fore.RED
|
||||||
+ "Please set your OpenAI API key in .env or as an environment variable."
|
+ "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)
|
exit(1)
|
||||||
|
|
Loading…
Reference in New Issue