From 09e9d4ee298cd0ac9ff0a58a37421ed9816b421e Mon Sep 17 00:00:00 2001 From: Jesse Anderson Date: Mon, 19 May 2025 10:24:44 -0700 Subject: [PATCH] Update README.md Fixed configuration link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dabc40e..a196e9e 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ require("gp").setup(conf) ``` ## 2. OpenAI API key -Make sure you have OpenAI API key. [Get one here](https://platform.openai.com/account/api-keys) and use it in the [4. Configuration](#4-configuration). Also consider setting up [usage limits](https://platform.openai.com/account/billing/limits) so you won't get suprised at the end of the month. +Make sure you have OpenAI API key. [Get one here](https://platform.openai.com/account/api-keys) and use it in the [5. Configuration](#5-configuration). Also consider setting up [usage limits](https://platform.openai.com/account/billing/limits) so you won't get suprised at the end of the month. The OpenAI API key can be passed to the plugin in multiple ways: