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

NeurochainAI

Konfigurasikan NeurochainAI sebagai endpoint kustom di LibreChat.

NeurochainAI adalah jaringan inferensi yang kompatibel dengan OpenAI. Ganti <=generated api key=> di bawah ini dengan kunci yang Anda buat di dokumentasi REST API NeurochainAI.

Konfigurasi

Tambahkan endpoint di bawah endpoints.custom dalam librechat.yaml Anda:

    - 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"

Catatan

  • Daftar model terus bertambah seiring waktu, jadi contoh ini mungkin sudah usang. Periksa NeurochainAI untuk model terbaru.

Bagaimana panduan ini?

Di halaman ini