From ad3eafda1d19f0de1b2dbed705358dadc3a147fc Mon Sep 17 00:00:00 2001 From: Gordon Shumway Date: Thu, 13 Jun 2024 16:35:50 -0400 Subject: [PATCH] Update README.md --- ChatGPT/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChatGPT/README.md b/ChatGPT/README.md index 04e7aee..3ee83b8 100644 --- a/ChatGPT/README.md +++ b/ChatGPT/README.md @@ -2,7 +2,7 @@ Use the OpenAI ChatGPT API This plugin is under development and probably shouldn't be used by anyone... -Get an API key from https://platform.openai.com/account/api-keys (free) +Get an API key from https://platform.openai.com/account/api-keys ``` @config plugins.chatgpt.api_key YOUR_KEY_HERE ```