Skip to content

Commit

Permalink
openai change]
Browse files Browse the repository at this point in the history
  • Loading branch information
lokeshk-18 committed Jul 21, 2023
1 parent 574e147 commit 1384062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatgptxblock/chatgptxblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ChatgptXBlock(StudioEditableXBlockMixin, XBlock):
# Define the fields of the XBlock
print(xblock_settings)
d_name=settings.DISPLAY_NAME
print(d_name)
print(settings)
display_name = String(
display_name="Display Name",
help="Display name for this module",
Expand Down

0 comments on commit 1384062

Please sign in to comment.