Update app.py
Browse files
app.py
CHANGED
|
@@ -17,6 +17,8 @@ import sys
|
|
| 17 |
# Set the path of your new directory
|
| 18 |
dir_path = "./docs"
|
| 19 |
|
|
|
|
|
|
|
| 20 |
# Create the directory using the os module
|
| 21 |
os.makedirs(dir_path, exist_ok=True)
|
| 22 |
|
|
|
|
| 17 |
# Set the path of your new directory
|
| 18 |
dir_path = "./docs"
|
| 19 |
|
| 20 |
+
os.environ["OPENAI_API_KEY"] = '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'
|
| 21 |
+
|
| 22 |
# Create the directory using the os module
|
| 23 |
os.makedirs(dir_path, exist_ok=True)
|
| 24 |
|