Spaces:
Runtime error
Runtime error
Commit
·
f5a4ff3
1
Parent(s):
57eb605
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ import os # Added for file path handling
|
|
| 15 |
import openai
|
| 16 |
|
| 17 |
|
| 18 |
-
openai.api_key = "sk-
|
| 19 |
|
| 20 |
# Download the necessary NLTK datasets
|
| 21 |
nltk.download('punkt')
|
|
|
|
| 15 |
import openai
|
| 16 |
|
| 17 |
|
| 18 |
+
openai.api_key = "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"
|
| 19 |
|
| 20 |
# Download the necessary NLTK datasets
|
| 21 |
nltk.download('punkt')
|