1
1. Edit librechat.yaml
Insert the SacredGPT profile into the endpoints.custom section.
Open-source self-hosted Docker chat interface with multi-user access and conversation history.
01 — Version & UI Path
02 — Step-by-Step Setup
Insert the SacredGPT profile into the endpoints.custom section.
03 — Configuration Example
endpoints:
custom:
- name: "SacredGPT"
apiKey: "sgpt_live_9a8b7c6d5e4f3a2b1c0d"
baseURL: "https://api.sacredgpt.ru/v1"
models:
default: ["gpt-5.6-sol", "claude-sonnet-5"]
fetch: false04 — Troubleshooting
Set fetch: false in librechat.yaml to force LibreChat to display the explicit models array.