Skip to content

Commit

Permalink
Merge pull request #1908 from jqnatividad/env-fix
Browse files Browse the repository at this point in the history
`describegpt`: update `dotenv.template` variable with `QSV_LLM_APIKEY`
  • Loading branch information
jqnatividad authored Jun 23, 2024
2 parents d8057d1 + d99930f commit 30d4308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dotenv.template
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30d4308

Please sign in to comment.