mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
e5e38e89ce
Description: Add a Groq chat model issue: TODO Dependencies: groq Twitter handle: N/A
4 lines
72 B
Python
4 lines
72 B
Python
from langchain_groq.chat_models import ChatGroq
|
|
|
|
__all__ = ["ChatGroq"]
|