Skip to content

Commit d497817

Browse files
authored
Update README with AI Chat/VideoGPT instructions
1 parent 1bc827c commit d497817

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: src/ol_openedx_chat/README.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,12 @@ Configuration
7373
5. Now start learning MFE by `npm run dev`
7474
6. Now enable the `ol_openedx_chat.ol_openedx_chat_enabled` waffle flag at `/admin/waffle/flag/` in LMS
7575
7. Now go to any course in CMS > Settings > Advanced Settings and add the below in `Other Course Settings`
76-
`{
76+
`
77+
{
7778
"OL_OPENEDX_CHAT_VIDEO_BLOCK_ENABLED": true,
7879
"OL_OPENEDX_CHAT_PROBLEM_BLOCK_ENABLED": true
79-
}`
80+
}
81+
`
8082
8. Now AI Chat/VideoGPT is enabled for all videos and problems.
8183
9. You can disable it for a single block by disabling the `Enable AI Chat Assistant` checkbox against the block.
8284
9. Visit the LMS and you will see a chat button. Clicking on button should open chat drawer.

0 commit comments

Comments
 (0)