Spaces:
BHO
/
Runtime error

BHO commited on
Commit
47d9c0b
·
1 Parent(s): 78a9135

Update app.py

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