Skip to content

Commit

Permalink
🔧 Remove console_stream setting
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Jan 25, 2024
1 parent d31455d commit 276cb33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/ollama_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def analyse(image: Image) -> Analysis:
@pytest.mark.skip_on_actions
def test_vision() -> None:
settings.llm = "ollama/bakllava"
settings.console_stream = True

assert isinstance(
analyse(Image.from_file("examples/assets/old_chinese_temple.jpg")),
Expand Down

0 comments on commit 276cb33

Please sign in to comment.