File size: 97 Bytes
aa68823
 
 
 
 
 
1
2
3
4
5
6
import os
from dotenv import load_dotenv

load_dotenv()

GROQ_API_KEY = os.getenv("GROQ_API_KEY")