Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
sims2k
/
First_agent_template
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sims2k
commited on
Feb 11
Commit
0c5374b
·
verified
·
1 Parent(s):
f71eb6d
Create .env
Browse files
Files changed (1)
hide
show
.env
+4
-0
.env
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
SPOTIFY_CLIENT_ID=your_spotify_client_id
2
+
SPOTIFY_CLIENT_SECRET=your_spotify_client_secret
3
+
WEATHER_API_KEY=your_openweather_api_key
4
+
IPGEO_API_KEY=your_ipgeolocation_api_key (optional)