我们已完成 1.25 亿美元的 B 轮融资,用于构建代理工程平台。阅读更多。
Python
import os os.environ["MINIMAX_GROUP_ID"] = "MINIMAX_GROUP_ID" os.environ["MINIMAX_API_KEY"] = "MINIMAX_API_KEY"
from langchain_community.chat_models import MiniMaxChat from langchain.messages import HumanMessage
chat = MiniMaxChat()
chat( [ HumanMessage( content="Translate this sentence from English to French. I love programming." ) ] )
此页面有帮助吗?