AutoML / config.py
Al1Abdullah's picture
Initial commit of AutoML project
aa68823
raw
history blame contribute delete
97 Bytes
import os
from dotenv import load_dotenv
load_dotenv()
GROQ_API_KEY = os.getenv("GROQ_API_KEY")