mmitch25 commited on
Commit
4838692
·
1 Parent(s): a41c66e

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 = "k-3irlTPJi5IPkPkjheHfrT3BlbkFJf9ACVS3pHhacqjisnLWy"
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 = "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"
8
 
9
  # Write the API key to the .env file
10
  with open(".env", "w") as env_file: