From ba0a4c026aa11270436b773337254a4bc5e2ea50 Mon Sep 17 00:00:00 2001 From: Mike Kasberg Date: Sat, 2 Nov 2024 08:38:49 -0600 Subject: [PATCH] Clarify config in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a45598..71fb5b5 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,8 @@ exclude: ## Configuration -All config for this plugin sits under a top-level `ai_related_posts` key. +All config for this plugin sits under a top-level `ai_related_posts` key in +Jekyll's `_config.yml`. The only required config is `openai_api_key` -- we need to authenticate to the API to fetch embedding vectors.