Skip to content

Commit

Permalink
fix: removing llm_summarize from default annotatorjs plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjmpb committed Nov 14, 2024
1 parent 7a4e5b0 commit 8348928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/static/js/edxnotes/views/notes_factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'js/edxnotes/plugins/search_override',
'js/edxnotes/plugins/llm_summarize',
], function($, _, Annotator, NotesLogger, NotesCollector) {
var plugins = ['Auth', 'Store', 'Scroller', 'Events', 'Accessibility', 'CaretNavigation', 'Tags', 'LlmSummarize'],
var plugins = ['Auth', 'Store', 'Scroller', 'Events', 'Accessibility', 'CaretNavigation', 'Tags'],
getOptions, setupPlugins, getAnnotator;

/**
Expand Down

0 comments on commit 8348928

Please sign in to comment.