Lrosado commited on
Commit
6cfd7e6
·
verified ·
1 Parent(s): 327ec7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -20,6 +20,7 @@ from pathlib import Path
20
 
21
  # Retrieve the API key from the environment
22
  openai_api_key = os.getenv("OPENAI_API_KEY")
 
23
 
24
  # Create Client
25
  client = OpenAI(
 
20
 
21
  # Retrieve the API key from the environment
22
  openai_api_key = os.getenv("OPENAI_API_KEY")
23
+ print(f"API Key Loaded: {openai_api_key}") # Debugging Step
24
 
25
  # Create Client
26
  client = OpenAI(