MariTalk은 브라질의 요구사항을 충족하도록 훈련된 LLM 기반 챗봇입니다.

Installation and Setup

MariTalk API key를 받아야 합니다. 또한 httpx Python package를 설치해야 합니다.
pip install httpx

Chat models

사용 예제를 참조하세요.
from langchain_community.chat_models import ChatMaritalk

---

<Callout icon="pen-to-square" iconType="regular">
    [Edit the source of this page on GitHub.](https://github.com/langchain-ai/docs/edit/main/src/oss/python/integrations/providers/maritalk.mdx)
</Callout>
<Tip icon="terminal" iconType="regular">
    [Connect these docs programmatically](/use-these-docs) to Claude, VSCode, and more via MCP for    real-time answers.
</Tip>
I