Skip to content

Commit

Permalink
Merge pull request openai#18 from openai/logankilpatrick-patch-1
Browse files Browse the repository at this point in the history
Update .env.example to add comment on not including your API key if you share the file
  • Loading branch information
logankilpatrick committed Jan 23, 2023
2 parents a39f551 + d86cfef commit 498e4de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
FLASK_APP=app
FLASK_ENV=development

# Once you add your API key below, make sure to not share it with anyone! The API key should remain private.
OPENAI_API_KEY=

0 comments on commit 498e4de

Please sign in to comment.