We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79764ab commit 61309b4Copy full SHA for 61309b4
src/ol_openedx_chat/ol_openedx_chat/block.py
@@ -26,6 +26,7 @@
26
)
27
except ImportError:
28
from openedx.core.djangoapps.video_config.transcripts_utils import (
29
+ Transcript,
30
get_available_transcript_languages,
31
32
from xmodule.x_module import AUTHOR_VIEW, STUDENT_VIEW
src/ol_openedx_chat/pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "ol-openedx-chat"
3
-version = "0.5.1"
+version = "0.5.2"
4
description = "An Open edX plugin to add Open Learning AI chat aside to xBlocks"
5
authors = [
6
{name = "MIT Office of Digital Learning"}
0 commit comments