Skip to main content

LibreChat

As an AI Endpoint (OpenAI compatible)

endpoints:
custom:
- name: "dRAGon"
apiKey: "YOUR_API_KEY"
baseURL: "http://localhost:1985/api/raag/v1"
models:
default: ["your-raag-model-name"]
fetch: true
titleConvo: true
titleModel: "your-raag-model-name"
titleMethod: "completion"
modelDisplayLabel: "dRAGon"
iconURL: "https://dragon.okinawa/img/dragon_okinawa_icon.png"

As a LangChain.js Plugin

🚧Work In Progress

This section lacks useful information. It is a work in progress and will be updated soon.

As an OpenAPI Plugin

🚧Work In Progress

This section lacks useful information. It is a work in progress and will be updated soon.