File size: 102 Bytes
c4e9c8e
 
 
 
 
1
2
3
4
5
from dotenv import load_dotenv
import os 

load_dotenv()
print("KEY", os.getenv("OPENROUTER_API_KEY"))