akhilhsingh commited on
Commit
a27c447
1 Parent(s): 17ab3e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -13,8 +13,7 @@ import openai
13
  load_dotenv()
14
 
15
  # Set OpenAI API key
16
- openai.api_key = os.environ("OPENAI_API_KEY")
17
-
18
  # Define the storage directory
19
  PERSIST_DIR = "./storage"
20
 
 
13
  load_dotenv()
14
 
15
  # Set OpenAI API key
16
+ openai.api_key = os.environ['OPENAI_API_KEY']
 
17
  # Define the storage directory
18
  PERSIST_DIR = "./storage"
19