From 6c63db91b39092c9e427c4b49d5ebdef12b467db Mon Sep 17 00:00:00 2001 From: Graham Perrin Date: Sun, 20 Apr 2025 05:22:28 +0100 Subject: [PATCH] README: URL for an OpenAI API key Connections to https://beta.openai.com/ time out, error 522. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0616ea..5f12ada 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ This script relies on curl for the requests to the api and jq to parse the json ```sh brew install jq ``` -* An OpenAI API key. Create an account and get a free API Key at [OpenAI](https://beta.openai.com/account/api-keys) +* An OpenAI API key. Create an account and get a free API Key at [OpenAI](https://platform.openai.com/settings/organization/api-keys) * Optionally, you can install [glow](https://github.com/charmbracelet/glow) to render responses in markdown