NeurochainAI
Configure NeurochainAI as a custom endpoint in LibreChat.
NeurochainAI is an OpenAI-compatible inference network. Replace <=generated api key=> below with the key you create in the NeurochainAI REST API documentation.
Configuration
Add the endpoint under endpoints.custom in your librechat.yaml:
- 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"Notes
- The model list grows over time, so the example may be outdated. Check NeurochainAI for the latest models.
How is this guide?