MariTalk
MariTalk is an LLM-based chatbot trained to meet the needs of Brazil.
Installation and Setupβ
You have to get the MariTalk API key.
You also need to install the httpx
Python package.
pip install httpx
Chat modelsβ
See a usage example.
from langchain_community.chat_models import ChatMaritalk
API Reference:ChatMaritalk