Skip to content

Commit d9ff974

Browse files
committed
Add link to commit
1 parent fbf91ee commit d9ff974

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/pytest/test_chat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,7 @@ def test_as_ollama_message():
478478

479479
# ollama 0.4.2 added Callable to the type hints, but pyright complains about
480480
# missing arguments to the Callable type. We'll ignore this for now.
481+
# https://github.com/ollama/ollama-python/commit/b50a65b
481482
chat = ollama.chat # type: ignore
482483

483484
assert "ollama._types.Message" in str(chat.__annotations__["messages"])

0 commit comments

Comments
 (0)