AnalysisWithMSR commited on
Commit
50fe3fe
·
verified ·
1 Parent(s): fba5edb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -4,7 +4,7 @@ import os
4
  openai_api_key = os.getenv("OPENAI_API_KEY")
5
 
6
  # Check if the key is set and print accordingly
7
- if youtube_api_key:
8
- print("YOUTUBE_API_KEY is set.")
9
  else:
10
- print("YOUTUBE_API_KEY is not set.")
 
4
  openai_api_key = os.getenv("OPENAI_API_KEY")
5
 
6
  # Check if the key is set and print accordingly
7
+ if openai_api_key:
8
+ print("OPEN_API_KEY is set.")
9
  else:
10
+ print("OPEN_API_KEY is not set.")