From 003d471293e056c77dd8451cf7ad831a63611bc4 Mon Sep 17 00:00:00 2001 From: Zack Date: Mon, 11 Dec 2023 11:11:15 -0800 Subject: [PATCH] feat: add tool ui --- tests/tools/toolui.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/tools/toolui.py b/tests/tools/toolui.py index 0ab6dd00..4794bdd0 100644 --- a/tests/tools/toolui.py +++ b/tests/tools/toolui.py @@ -24,7 +24,6 @@ HOST = "localhost" PORT = 8000 # TODO fix this test - def test_set_environ(): @patch("app.LLM") def test_download_model(mock_llm):