Skip to content

Commit

Permalink
Make all the "Selection Tools" functions optional and configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello committed Jul 20, 2024
1 parent 3cdc13f commit f3315a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/config/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,8 @@ export const defaultConfig = {
'explain',
'translate',
'translateToEn',
'translateToZh',
'translateBidi',
'summary',
'polish',
'sentiment',
Expand All @@ -336,6 +338,8 @@ export const defaultConfig = {
'Explain',
'Translate',
'Translate (To English)',
'Translate (To Chinese)',
'Translate (Bidirectional)',
'Summary',
'Polish',
'Sentiment Analysis',
Expand Down

0 comments on commit f3315a9

Please sign in to comment.