Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Abhlash
/
BurnerBot
like
0
Runtime error
App
Files
Files
Community
e9b9103
BurnerBot
/
config
Abhlash
config
31e9791
verified
4 months ago
raw
Copy download link
history
blame
145 Bytes
import
os
GROQ_API_KEY =
os
.environ.get(
"BurnerBot"
)
WEATHER_API_KEY =
os
.environ.get(
"WEATHER_API_KEY"
)
MODEL_NAME =
" llama-3.1-70b-versatile"