Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
zhudotexe committed Feb 2, 2024
1 parent 6e4522d commit 82709d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/colab_quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"cell_type": "code",
"source": [
"!python --version\n",
"\n",
"# for the latest development version:\n",
"# !pip install 'kani[openai] @ git+https://github.com/zhudotexe/kani.git@main'\n",
"# for the stable version:\n",
Expand Down
1 change: 1 addition & 0 deletions kani/utils/message_formatters.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
A couple convenience formatters to customize :meth:`.Kani.full_round_str`.
You can pass any of these functions in with, e.g., ``Kani.full_round_str(..., message_formatter=all_message_contents)``.
"""

from kani.models import ChatMessage, ChatRole
Expand Down

0 comments on commit 82709d4

Please sign in to comment.