docs: update docstring of the ChatGroq class (#18645)

**Description:** Update docstring of the ChatGroq class
**Issue:** Not applicable
**Dependencies:** None
pull/18710/head^2
aditya thomas 5 months ago committed by GitHub
parent e4d7b1a482
commit 4cd38fe89f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -64,8 +64,9 @@ class ChatGroq(BaseChatModel):
Example:
.. code-block:: python
from langchain_community.chat_models import ChatGroq
groq = ChatGroq(model_name="mixtral-8x7b-32768")
from langchain_groq import ChatGroq
model = ChatGroq(model_name="mixtral-8x7b-32768")
"""
client: Any = Field(default=None, exclude=True) #: :meta private:

Loading…
Cancel
Save