Skip to content

Commit

Permalink
add explain as default selection tool option
Browse files Browse the repository at this point in the history
  • Loading branch information
azidancorp committed May 21, 2024
1 parent 0de2fa4 commit 33b3499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ export const defaultConfig = {
'customModel',
'azureOpenAi',
],
activeSelectionTools: ['translate', 'summary', 'polish', 'code', 'ask'],
activeSelectionTools: ['explain', 'translate', 'summary', 'polish', 'code', 'ask'],
activeSiteAdapters: [
'bilibili',
'github',
Expand Down

0 comments on commit 33b3499

Please sign in to comment.