Skip to content

Commit 65c2852

Browse files
committed
update readme and build nuber
1 parent 6a9ae92 commit 65c2852

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

Diff for: src/ol_openedx_chat/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ python_distribution(
1616
],
1717
provides=setup_py(
1818
name="ol-openedx-chat",
19-
version="0.2.7",
19+
version="0.2.8",
2020
description="An Open edX plugin to add Open Learning AI chat aside to xBlocks",
2121
license="BSD-3-Clause",
2222
author="MIT Office of Digital Learning",

Diff for: src/ol_openedx_chat/README.rst

+8-4
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,14 @@ Configuration
7171
export default config;
7272

7373
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.
7882

7983
Documentation
8084
=============

0 commit comments

Comments
 (0)