Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Al1Abdullah
/
AutoML
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
492f039
AutoML
/
config.py
Al1Abdullah
Initial commit of AutoML project
aa68823
9 months ago
raw
Copy download link
history
blame
Safe
97 Bytes
import
os
from
dotenv
import
load_dotenv
load_dotenv()
GROQ_API_KEY = os.getenv(
"GROQ_API_KEY"
)