Hi,
I have two questions about installing ChatGPTXBlock
to Tutor OpenEdX on my local machine.
I install ChatGPTXBlock
from https://github.com/abconlinecourses/chatgpt-xblock.git for 2 times.
Try1: the ChatGPT Assistant
is not in the list of Advanced button when I add a new component. Here are my steps:
- I install the plugin by using command from tutor doc.
tutor config save --append OPENEDX_EXTRA_PIP_REQUIREMENTS=git+https://github.com/abconlinecourses/chatgpt-xblock.git
. - Build image and start server or tutor local launch)
- Open Studio, at the selected course >Advanced module list > add “chatgptxblock” and save.
- Create a Unit > Click on the “Advanced” button in the “Add New Component” area. There is no “ChatGPT Assistant” in the list.
TRY1 Question: Is there anything I did incorrectly?
TRY2: I don’t know where to set INSTALLED_APPS. Here are my steps:
0) remove the previous installation from TRY1
- Install ‘chatgptxblock’ by using the following command.
c:\ pip install "git+https://github.com/abconlinecourses/chatgpt-xblock.git"
- Next, the instruction told me to add ‘chatgptxblock’ to the INSTALLED_APPS list in my Open edX environment settings.
TRY2 Question:
I try to search for “INSTALLED_APPS” key but it is not found.
Where can I set INSTALLED_APPS key? In my computer, I install Tutor using source code. I launch tutor by “tutor local launch”. I do not mount any OpenEdX project on my local drive.
Please help. Thank you very much.