Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dlqqq committed Dec 30, 2024
1 parent a1a8015 commit 7931ac4
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 @@ -179,7 +179,7 @@ async def on_message(self, message: Message):

# first, ensure a chat model is configured
if not ChatModelProvider:
# TODO: update this message to be more useful once we improve
# TODO: update this message to be more useful once we improve
# ease-of-access to the Jupyter AI settings.
self.reply(
"To use Jupyter AI, please select a chat model first in the Jupyter AI settings."
Expand Down

0 comments on commit 7931ac4

Please sign in to comment.