Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,6 @@ from pathlib import Path
|
|
22 |
|
23 |
# Retrieve the API key from the environment
|
24 |
openai_api_key = os.getenv("OPENAI_API_KEY")
|
25 |
-
print(f"API Key Loaded: {openai_api_key}") # Debugging Step
|
26 |
|
27 |
# Create Client
|
28 |
client = OpenAI(
|
|
|
22 |
|
23 |
# Retrieve the API key from the environment
|
24 |
openai_api_key = os.getenv("OPENAI_API_KEY")
|
|
|
25 |
|
26 |
# Create Client
|
27 |
client = OpenAI(
|