Skip to content

Commit

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

api_key = String(
default="",
default=openai_key,
scope=Scope.settings,
help="Your OpenAI API key, which can be found at <a href='https://platform.openai.com/account/api-keys' target='_blank'>https://platform.openai.com/account/api-keys</a>",
)
Expand Down

0 comments on commit 7579f07

Please sign in to comment.