Spaces:
Runtime error
Runtime error
Fix
Browse files- .env.example +5 -0
.env.example
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# On your local machine, make a copy of this file,
|
2 |
+
# name it '.env', and then paste the API key there.
|
3 |
+
# It's a security risk to commit '.env' with the
|
4 |
+
# actual API key to the repo.
|
5 |
+
OPENAI_API_KEY=PASTE-KEY-HERE
|