Spaces:
Running
Running
File size: 155 Bytes
c412b90 |
1 2 3 4 |
from langchain_groq import ChatGroq
llm = ChatGroq(temperature=0, model_name="llama3-8b-8192", model_kwargs={"response_format": {"type": "json_object"}})
|