mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +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:
|
Example:
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
from langchain_community.chat_models import ChatGroq
|
from langchain_groq import ChatGroq
|
||||||
groq = ChatGroq(model_name="mixtral-8x7b-32768")
|
|
||||||
|
model = ChatGroq(model_name="mixtral-8x7b-32768")
|
||||||
"""
|
"""
|
||||||
|
|
||||||
client: Any = Field(default=None, exclude=True) #: :meta private:
|
client: Any = Field(default=None, exclude=True) #: :meta private:
|
||||||
|
Loading…
Reference in New Issue
Block a user