Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Abhlash
/
BurnerBot
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a8578d1
BurnerBot
/
config.py
Abhlash
updated model to llama-3.1-8b-instant
f0f44a8
verified
7 months ago
raw
Copy download link
history
blame
Safe
144 Bytes
import
os
GROQ_API_KEY = os.environ.get(
"GROQ_API_KEY"
)
WEATHER_API_KEY = os.environ.get(
"WEATHER_API_KEY"
)
MODEL_NAME =
"llama-3.1-8b-instant"