Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|