Skip to content

Commit

Permalink
indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lokeshk-18 committed Jul 30, 2023
1 parent 7579f07 commit 096d867
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 @@ -12,7 +12,7 @@
class ChatgptXBlock(StudioEditableXBlockMixin, XBlock):

with open("/Users/lokeshk/Library/Application Support/tutor/config.yml", "r") as file:
config_data = yaml.safe_load(file)
config_data = yaml.safe_load(file)
openai_key = config_data.get("OPENAI_KEY")
print(openai_key)
# xblock_settings = get_xblock_settings()
Expand Down

0 comments on commit 096d867

Please sign in to comment.