Skip to content

Commit

Permalink
correct pydoc
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-i committed Dec 12, 2023
1 parent 1c0887a commit 487d730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jupyter-ai/jupyter_ai/chat_handlers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ async def handle_exc(self, e: Exception, message: HumanChatMessage):

def is_api_key_exc(self, e: Exception):
"""
Checks if the exception is an API key exceptio of one of default models.
Checks if the exception is an default model API key exception.
"""
return (
OpenAIErrorUtil.is_api_key_exc(e)
Expand Down

0 comments on commit 487d730

Please sign in to comment.