From 1402ba46ea14c30ff25d6b9894c28a9acc8f349a Mon Sep 17 00:00:00 2001 From: Tibor Schmidt Date: Mon, 11 Dec 2023 00:00:54 +0100 Subject: [PATCH] Update config.lua --- lua/gp/config.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lua/gp/config.lua b/lua/gp/config.lua index fe12e97c..0caa00d4 100644 --- a/lua/gp/config.lua +++ b/lua/gp/config.lua @@ -6,6 +6,11 @@ -------------------------------------------------------------------------------- local config = { + -- Please start with minimal config possible. + -- Just openai_api_key if you don't have OPENAI_API_KEY env set up. + -- Defaults change over time to improve things, options might get deprecated. + -- It's better to change only things where the default doesn't fit your needs. + -- required openai api key (string or table with command and arguments) -- openai_api_key = { "cat", "path_to/openai_api_key" }, -- openai_api_key = { "bw", "get", "password", "OPENAI_API_KEY" },