Skip to content

Commit

Permalink
Merge pull request yoheinakajima#69 from francip/env
Browse files Browse the repository at this point in the history
Adding some comments to .env.example
  • Loading branch information
francip authored Apr 8, 2023
2 parents da06d56 + 56fdfb5 commit 37293fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# cp .env.example .env
# Edit your .env file with your own values
# Don't commit your .env file to git/push to GitHub!
# Don't modify/delete .env.example unless adding extensions to the project
# which require new variable to be added to the .env file

# API CONFIG
OPENAI_API_KEY=
OPENAI_API_MODEL=gpt-3.5-turbo # alternatively, gpt-4, text-davinci-003, etc
Expand Down

0 comments on commit 37293fe

Please sign in to comment.