Skip to content

Commit

Permalink
remove rebase artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-i committed Dec 19, 2023
1 parent c2c9b4a commit a6e552f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/jupyter-ai/jupyter_ai/chat_handlers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ class BaseChatHandler:
_requests_count = 0
"""Class attribute set to the number of requests that Jupyternaut is
currently handling."""
API_KEY_EXCEPTION_RESPONSES = {
OpenAIAuthenticationError: "Oops! It seems there's an issue with your OpenAI API key. Please update your OpenAI API key in the chat Settings. You can find your OpenAI API key at [https://platform.openai.com/account/api-keys](https://platform.openai.com/account/api-keys)."
}
API_KEY_EXCEPTIONS = (OpenAIAuthenticationError,)

def __init__(
self,
Expand Down

0 comments on commit a6e552f

Please sign in to comment.