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