Spaces:
Sleeping
Sleeping
File size: 150 Bytes
c0f74f5 | 1 2 3 4 5 6 7 | from langchain_groq import ChatGroq
def get_llm(api):
return ChatGroq(
model = "llama-3.3-70b-versatile",
api_key=api
) |