From 276cb336c4ce1c86d9d651f04e25a59d0c34bc96 Mon Sep 17 00:00:00 2001 From: Shroominic Date: Thu, 25 Jan 2024 12:10:15 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Remove=20console=5Fstream=20sett?= =?UTF-8?q?ing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/ollama_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/ollama_test.py b/tests/ollama_test.py index 624723e..1cf0546 100644 --- a/tests/ollama_test.py +++ b/tests/ollama_test.py @@ -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")),