Skip to content

Commit

Permalink
Merge pull request #140 from Pearson-Advance/vue/PADV-1853
Browse files Browse the repository at this point in the history
PADV 1853 - Fix LLM summarize feature flag not working
  • Loading branch information
alexjmpb authored Nov 15, 2024
2 parents 7a4e5b0 + 8348928 commit 4530cd0
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 4530cd0

Please sign in to comment.