NeurochainAI
Cấu hình NeurochainAI làm endpoint tùy chỉnh trong LibreChat.
NeurochainAI là một mạng lưới suy luận tương thích với OpenAI. Hãy thay thế <=generated api key=> bên dưới bằng khóa mà bạn tạo trong tài liệu REST API của NeurochainAI.
Cấu hình
Thêm endpoint vào dưới endpoints.custom trong tệp librechat.yaml của bạn:
- 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"Ghi chú
- Danh sách model sẽ tăng dần theo thời gian, vì vậy ví dụ này có thể đã lỗi thời. Hãy kiểm tra NeurochainAI để biết các model mới nhất.
Hướng dẫn này thế nào?