Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vislupus
/
chat-with-llama
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1fae7a0
chat-with-llama
/
app.py
vislupus
Update app.py
1fae7a0
verified
6 months ago
raw
Copy download link
history
blame
132 Bytes
from
langchain_groq
import
ChatGroq
chat = ChatGroq(temperature=
0
, model_name=
"llama3-70b-8192"
, api_key=os.getenv(
"GROQ_API_KEY"
))