Skip to main content
Open on GitHub

MariTalk

MariTalk is an LLM-based chatbot trained to meet the needs of Brazil.

安装与设置

你必须获取MariTalk API密钥。

您还需要安装 httpx Python 包。

pip install httpx

聊天模型

查看一个 使用示例

from langchain_community.chat_models import ChatMaritalk
API 参考:ChatMaritalk