From 83489281679d1c4dbbeef87e9ab355aea8f2db14 Mon Sep 17 00:00:00 2001 From: alexjmpb Date: Thu, 14 Nov 2024 13:11:53 -0500 Subject: [PATCH] fix: removing llm_summarize from default annotatorjs plugins --- lms/static/js/edxnotes/views/notes_factory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/static/js/edxnotes/views/notes_factory.js b/lms/static/js/edxnotes/views/notes_factory.js index d3d70bfd1a1b..b3d159fdd348 100644 --- a/lms/static/js/edxnotes/views/notes_factory.js +++ b/lms/static/js/edxnotes/views/notes_factory.js @@ -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; /**