Back to Harness Catalog
Self-Hosted Web App

LibreChat Integration Guide

Open-source self-hosted Docker chat interface with multi-user access and conversation history.

Base URL: https://api.sacredgpt.ru/v1Key: $SACREDGPT_KEYVerified

01 — Version & UI Path

Version Specifics & Navigation

Version Compatibility Note: Verified on LibreChat v0.7.5+ (librechat.yaml).

02 — Step-by-Step Setup

Step-by-Step Setup

1

1. Edit librechat.yaml

Insert the SacredGPT profile into the endpoints.custom section.

03 — Configuration Example

ConfigFile 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: false

04 — Troubleshooting

Troubleshooting & Common Issues

Models missing in LibreChat dropdown

Set fetch: false in librechat.yaml to force LibreChat to display the explicit models array.