Spaces:
BHO
/
Runtime error

BHO commited on
Commit
d8b6e07
1 Parent(s): 71d13b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)