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://raw.githubusercontent.com/dragon-okinawa/dragon/main/static/img/dragon_okinawa_icon.png"
      userIdQuery: true
      summarize: false

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.

Last updated

Logo

© 2024 All dRAGon Contributors