File size: 127 Bytes
819225f
 
 
 
 
1
2
3
4
5
6
from dotenv import load_dotenv
import os

load_dotenv()
print("✅ Key Loaded:", os.getenv("OPENAI_API_KEY") is not None)