Continue Integration

Overview

To get started with Continue, you will need a personal Lune API key.

Messages sent in Continue will be logged in your External folder and you will be able to continue your conversations in the Lune web app.

Steps

  1. Navigate to config.json file by clicking on the Settings icon in the bottom right corner of the extension.

  2. Add the following json to the models array:

{
   "title": "Lune AI",
   "provider": "openai",
   "model": "tycho",
   "apiKey": "{$LUNE_API_KEY}",
   "apiBase": "https://api.trylune.ai"
}
  1. Save the file.

Usage

Lune AI will now be available as a model in Continue.

Note that there will be higher latency when using the Lune API compared to foundational models due to the additional context retrieval steps.