From d99930f7b1d8dc50f00dbf141ff37d33ff89fd38 Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Sun, 23 Jun 2024 06:47:31 -0400 Subject: [PATCH] `describegpt`: update `dotenv.template` variable with QSV_LLM_APIKEY [skip ci] --- dotenv.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotenv.template b/dotenv.template index 8b1327989..9c9e9c25a 100644 --- a/dotenv.template +++ b/dotenv.template @@ -65,8 +65,8 @@ QSV_NO_HEADERS = False # when using the "ckan://" scheme. Only required to access private resources. # QSV_CKAN_TOKEN = YOUR_CKAN_API_TOKEN -# The OpenAI API key to use with the `describegpt` command. -# QSV_OPENAI_KEY = YOUR_OPENAI_API_KEY +# The API key of the supported LLM service to use with the `describegpt` command. +# QSV_LLM_APIKEY = YOUR_LLM_APIKEY # set to an ascii character. If set, any lines(including the header) that start # with this character are ignored. Note that when you want to use the pound sign