Skip to content

Commit

Permalink
config.py: update OpenAI link
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuken committed Apr 17, 2023
1 parent f41febd commit 74a8b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogpt/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 74a8b5d

Please sign in to comment.