Inception
info
You can get an API key from the Inception Dashboard.
Chat model
We recommend configuring Mercury Coder Small as your chat model.
- YAML
- JSON
config.yaml
models:
- uses: inceptionlabs/mercury-coder-small
with:
INCEPTION_API_KEY: ${{ secrets.INCEPTION_API_KEY }}
config.json
{
"models": [
{
"title": "Mercury Coder Small",
"provider": "inception",
"model": "mercury-coder-small",
"apiKey": "<INCEPTION_API_KEY>"
}
]
}
Autocomplete model
We also recommend configuring Mercury Coder Small as your autocomplete model.
- YAML
- JSON
config.yaml
models:
- uses: inceptionlabs/mercury-coder-small
with:
INCEPTION_API_KEY: ${{ secrets.INCEPTION_API_KEY }}
config.json
{
"tabAutocompleteModel": [
{
"title": "Mercury Coder Small",
"provider": "inception",
"model": "mercury-coder-small",
"apiKey": "<INCEPTION_API_KEY>"
}
]
}
Embeddings model
Inception currently does not offer any embeddings models.
Click here to see a list of embeddings model providers.
Reranking model
Inception currently does not offer any reranking models.
Click here to see a list of reranking model providers.