Skip to main content
LibreChat is joining ClickHouse to power the open-source Agentic Data Stack 🎉 Learn more
LibreChat

NeurochainAI

LibreChatでNeurochainAIをカスタムendpointとして設定する。

NeurochainAIは、OpenAI互換の推論ネットワークです。以下の <=generated api key=> を、NeurochainAI REST API documentation で作成したキーに置き換えてください。

設定

librechat.yamlendpoints.custom の下にエンドポイントを追加します:

    - name: "NeurochainAI"
      apiKey: "<=generated api key=>"
      baseURL: "https://ncmb.neurochain.io/v1/"
      models:
        default: [
          "Mistral-7B-OpenOrca-GPTQ"
        ]
        fetch: true
      titleConvo: true
      titleModel: "current_model"
      summarize: false
      summaryModel: "current_model"
      modelDisplayLabel: "NeurochainAI"
      iconURL: "https://raw.githubusercontent.com/LibreChat-AI/librechat-config-yaml/refs/heads/main/icons/NeurochainAI.png"

注記

  • モデルリストは時間の経過とともに増えるため、この例は古くなっている可能性があります。最新のモデルについては NeurochainAI を確認してください。

このガイドはいかがでしたか?