聊天用户界面
加入 Hugging Face 社区
并获得增强的文档体验
LangServe
使用 LangServe 部署的 LangChain 应用程序可以通过以下配置进行调用
MODELS=`[
{
"name": "summarization-chain",
"displayName": "Summarization Chain"
"endpoints" : [{
"type": "langserve",
"url" : "http://127.0.0.1:8100",
}]
}
]`
< > 在 GitHub 上更新
© . This site is unofficial and not affiliated with Hugging Face, Inc.