mirror of
https://github.com/hwchase17/langchain.git
synced 2026-04-05 03:48:48 +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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user