⏩ Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains
The schema files and documentation have been updated to include the new apiKey parameter in the configuration options for the TEI reranker.
Checklist
[x] The base branch of this PR is dev, rather than main
[x] The relevant docs, if any, have been updated or created
Screenshots
[ For visual changes, include screenshots. ]
Testing
The changes allow users to authenticate with the TEI API by providing an API key in their configuration. The key is sent in the Authorization header using Bearer token authentication.
fixes: #2741
Description
This change adds API key support for the TEI reranker. Here are the key changes:
In the reranker implementation:
The schema files and documentation have been updated to include the new
apiKey
parameter in the configuration options for the TEI reranker.Checklist
dev
, rather thanmain
Screenshots
[ For visual changes, include screenshots. ]
Testing
The changes allow users to authenticate with the TEI API by providing an API key in their configuration. The key is sent in the Authorization header using Bearer token authentication.