Configuration
Configuration
Please check out the installation guide and getting started before configuring the addon.
This pages covers settings
and options
that can be altered to make good use of the extension. See advanced use case to add more models or configure new providers.
Chat Settings
You can change or update the API key
by clicking the api key button on top right corner of chat window anytime.
ℹ️
Mistral will use the same key provided for chat.
Clicking the three dots on the top right corner opens additional chat settings where you can update few more settings.
- You can change the Provider
API URL
. - Chat context allows you to say the number of
chats from current history
that gets used for each chat api call.⚠️User and Assistant chat is counted here. - Input tokens will limit the number of tokens that gets used as context for generating response of each chat.
- Tokens to generate will limit the number of
new tokens
that gets generated on every chat response.
Inline Completion
- Press
Ctrl + Shift + A
to open the chat interface. - Click the
Code Complete
button on bottom bar to open settings. - Enable
code completion check box
to activate inline code suggestions. - Select the
Completion Provider
and the availablecode completion model
.
⚠️
If API key is not provided a new pop up will request for one.
Mistral will use the same key provided for the chat.
Mistral will use the same key provided for the chat.
- Code temperature will change the
creativity
of the suggestion model. - Timing will the
wait time
before each trigger of completion.