From d0991003ec8fea9d2aa53eb4555f2813b277ba56 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Mon, 4 Mar 2024 18:42:08 -0800 Subject: [PATCH] test: update tests --- litellm/tests/test_add_function_to_prompt.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/litellm/tests/test_add_function_to_prompt.py b/litellm/tests/test_add_function_to_prompt.py index 93b09cd8c8..d703ce849e 100644 --- a/litellm/tests/test_add_function_to_prompt.py +++ b/litellm/tests/test_add_function_to_prompt.py @@ -41,10 +41,11 @@ def test_function_call_non_openai_model(): pass -test_function_call_non_openai_model() +# test_function_call_non_openai_model() ## case 2: add_function_to_prompt set +@pytest.mark.skip(reason="Anthropic now supports tool calling") def test_function_call_non_openai_model_litellm_mod_set(): litellm.add_function_to_prompt = True litellm.set_verbose = True