anand_plant2 / os.getenv()
ranchopanda0's picture
Update os.getenv()
7561df6 verified
raw
history blame contribute delete
180 Bytes
HUGGINGFACE_API_KEY = os.getenv("HUGGINGFACE_API_KEY")
if not HUGGINGFACE_API_KEY:
raise ValueError("❌ Missing Hugging Face API Key. Please set it in Hugging Face Secrets.")