From 96a99e79850354af95ad638caaa5fa6c088bbcf0 Mon Sep 17 00:00:00 2001 From: B-Step62 Date: Thu, 5 Dec 2024 22:42:39 +0900 Subject: [PATCH] lint Signed-off-by: B-Step62 --- libs/databricks/tests/integration_tests/test_chat_models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/databricks/tests/integration_tests/test_chat_models.py b/libs/databricks/tests/integration_tests/test_chat_models.py index 18f0e7b..e57d643 100644 --- a/libs/databricks/tests/integration_tests/test_chat_models.py +++ b/libs/databricks/tests/integration_tests/test_chat_models.py @@ -36,6 +36,7 @@ _TEST_ENDPOINT = "databricks-meta-llama-3-1-70b-instruct" + def test_chat_databricks_invoke(): chat = ChatDatabricks( endpoint=_TEST_ENDPOINT, temperature=0, max_tokens=10, stop=["Java"]