We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc827c commit d497817Copy full SHA for d497817
src/ol_openedx_chat/README.rst
@@ -73,10 +73,12 @@ Configuration
73
5. Now start learning MFE by `npm run dev`
74
6. Now enable the `ol_openedx_chat.ol_openedx_chat_enabled` waffle flag at `/admin/waffle/flag/` in LMS
75
7. Now go to any course in CMS > Settings > Advanced Settings and add the below in `Other Course Settings`
76
-`{
+`
77
+{
78
"OL_OPENEDX_CHAT_VIDEO_BLOCK_ENABLED": true,
79
"OL_OPENEDX_CHAT_PROBLEM_BLOCK_ENABLED": true
-}`
80
+}
81
82
8. Now AI Chat/VideoGPT is enabled for all videos and problems.
83
9. You can disable it for a single block by disabling the `Enable AI Chat Assistant` checkbox against the block.
84
9. Visit the LMS and you will see a chat button. Clicking on button should open chat drawer.
0 commit comments