Skip to main content

Ask Sage

info

To get an Ask Sage API key login to the Ask Sage platform (If you don't have an account, you can create one here) and follow the instructions in the Ask Sage Docs:Ask Sage API Key

Configuration

To use the Ask Sage models, the following configuration is required to the config.json file:

{
"models": [
{
"apiKey": "YOUR_API_KEY",
"apiBase": "https://api.asksage.ai/server/", // apiBase will be the same for all models, but will vary based on tenant.
"model": "gpt4-gov",
"title": "GPT-4 gov",
"provider": "askSage"
}
]
}

The apiBase will be listed on the Ask Sage platform when you generate an API key. You will see context as shown below:

Server API for query/training etc.:

Usage

Currently, the setup for the models provided by Ask Sage is to support the following two functionalities provided by Continue.Dev:

  • Chat to understand and iterate on code in the sidebar
  • Edit to modify code without leaving your current file

More models, functionalities and documentation will be added in the future for Ask Sage Integration.

We recommend to utilize theOpenAI or Anthropic models for the best performance and results for the Chat and Edit functionalities.

Current Models From Ask Sage Supported

The current Models available provided by Ask Sage are:

ModelAdded
Gov GPT-4.0Yes
Gov GPT-4oYes
GPT-4oYes
GPT-4o-miniYes
GPT-3.5-16KYes
Calude 3 OpusYes
Calude 3 SonetYes
Calude 3.5 SonnetYes
Gemini ProYes
llama 3Yes
Mistral LargeYes