File size: 128 Bytes
0c0b2ef
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
from langchain_groq import ChatGroq

summarizer_agent=ChatGroq(

    model="llama-3.3-70b-versatile",
    temperature=0.1
    
)