chat-with-llama / app.py
vislupus's picture
Update app.py
1fae7a0 verified
raw
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"))