Skip to content

Commit

Permalink
📋 make .env.example more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Jul 18, 2023
1 parent 7531eee commit 2298587
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
OPENAI_API_KEY= # your openai api key (required)
CODEBOX_API_KEY= # your codebox api key (optional, required for production)
VERBOSE=False # set to True to enable verbose logging
# (required)
OPENAI_API_KEY=
# (optional, required for production)
# CODEBOX_API_KEY=
# (set True to enable logging)
VERBOSE=False

0 comments on commit 2298587

Please sign in to comment.