mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-24 07:35:18 +00:00
docs: update docstring of the ChatGroq class (#18645)
**Description:** Update docstring of the ChatGroq class **Issue:** Not applicable **Dependencies:** None
This commit is contained in:
parent
e4d7b1a482
commit
4cd38fe89f
@ -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…
Reference in New Issue
Block a user