File tree 2 files changed +9
-5
lines changed
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ python_distribution(
16
16
],
17
17
provides = setup_py (
18
18
name = "ol-openedx-chat" ,
19
- version = "0.2.7 " ,
19
+ version = "0.2.8 " ,
20
20
description = "An Open edX plugin to add Open Learning AI chat aside to xBlocks" ,
21
21
license = "BSD-3-Clause" ,
22
22
author = "MIT Office of Digital Learning" ,
Original file line number Diff line number Diff line change @@ -71,10 +71,14 @@ Configuration
71
71
export default config;
72
72
73
73
5. Now start learning MFE by `npm run dev `
74
- 6. Now enable the `ol_openedx_chat.ol_openedx_chat_enabled ` waffle flag for a course at <LMS_URL>/admin/waffle_utils/waffleflagcourseoverridemodel/
75
- 7. AI Assistant will be enabled for this course.
76
- 8. In CMS, you will see a single checkbox to enable the AI Chat for a problem/video block
77
- 9. Enable it for a block and visit the LMS and you will see a chat button. Clicking on button should open chat drawer.
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 `{
76
+ "OL_OPENEDX_CHAT_VIDEO_BLOCK_ENABLED": true,
77
+ "OL_OPENEDX_CHAT_PROBLEM_BLOCK_ENABLED": true
78
+ } `
79
+ 8. Now AI Chat/VideoGPT is enabled for all videos and problems.
80
+ 9. You can disable it for a single block by disabling the `Enable AI Chat Assistant ` checkbox against the block.
81
+ 9. Visit the LMS and you will see a chat button. Clicking on button should open chat drawer.
78
82
79
83
Documentation
80
84
=============
You can’t perform that action at this time.
0 commit comments