NeurochainAI
NeurochainAI API key: Required - NeurochainAI REST API Documentation
Notes:
- Api is based on the OpenAI API.
- Model list is constantly growing and may not be up-to-date in this example. Keep an eye on the NeurochainAI for the latest models.
- The example includes the NeurochainAI model: “Mistral-7B-OpenOrca-GPTQ”.
neurochainai.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"
forcePrompt: false
modelDisplayLabel: "NeurochainAI"
iconURL: "https://raw.githubusercontent.com/LibreChat-AI/librechat-config-yaml/refs/heads/main/icons/NeurochainAI.png"