Skip to content

Commit

Permalink
openai changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lokeshk-18 committed Jul 21, 2023
1 parent d1d6e75 commit 574e147
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 @@ -14,7 +14,7 @@ class ChatgptXBlock(StudioEditableXBlockMixin, XBlock):
xblock_settings = get_xblock_settings()
# Define the fields of the XBlock
print(xblock_settings)
d_name=settings.OPENAI_SECRET_KEY
d_name=settings.DISPLAY_NAME
print(d_name)
display_name = String(
display_name="Display Name",
Expand Down

0 comments on commit 574e147

Please sign in to comment.