EmailAgentwithMemory / app /agents /summarizer_agent.py
Gaykar's picture
added summarze agent
0c0b2ef
raw
history blame contribute delete
128 Bytes
from langchain_groq import ChatGroq
summarizer_agent=ChatGroq(
model="llama-3.3-70b-versatile",
temperature=0.1
)