Chat UI 文件

LangServe

Hugging Face's logo
加入 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.