File size: 132 Bytes
1fae7a0
9479e69
1fae7a0
1
2
3
from langchain_groq import ChatGroq

chat = ChatGroq(temperature=0, model_name="llama3-70b-8192", api_key=os.getenv("GROQ_API_KEY"))