mmitch25 commited on
Commit
caeea50
·
1 Parent(s): 1f9861a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import openai
4
  from dotenv import load_dotenv
5
 
6
 
7
- API_KEY = os.getenv("open_ai_key")
8
 
9
  # Write the API key to the .env file
10
  with open(".env", "w") as env_file:
 
4
  from dotenv import load_dotenv
5
 
6
 
7
+ API_KEY = os.getenv("open_ai-key")
8
 
9
  # Write the API key to the .env file
10
  with open(".env", "w") as env_file: