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