File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,13 +72,13 @@ Configuration
72
72
73
73
5. Now start learning MFE by `npm run dev `
74
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
- `
75
+ 7. Now go to any course in CMS > Settings > Advanced Settings and add the below in " Other Course Settings"
76
+ .. code-block ::
77
77
{
78
78
"OL_OPENEDX_CHAT_VIDEO_BLOCK_ENABLED": true,
79
79
"OL_OPENEDX_CHAT_PROBLEM_BLOCK_ENABLED": true
80
80
}
81
- `
81
+
82
82
8. Now AI Chat/VideoGPT is enabled for all videos and problems.
83
83
9. You can disable it for a single block by disabling the `Enable AI Chat Assistant ` checkbox against the block.
84
84
9. Visit the LMS and you will see a chat button. Clicking on button should open chat drawer.
You can’t perform that action at this time.
0 commit comments