ChatMaritalk()MariTalk Chat models API.
This class allows interacting with the MariTalk chatbot API. To use it, you must provide an API key either through the constructor.
Example:
.. code-block:: python
from langchain_community.chat_models import ChatMaritalk chat = ChatMaritalk(api_key="your_api_key_here")