From 0b51ef5e31011596b24805850ae274c82a1914d4 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Wed, 28 Feb 2024 18:07:22 -0800 Subject: [PATCH] (fix) test_function_caling.py --- litellm/tests/test_function_calling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_function_calling.py b/litellm/tests/test_function_calling.py index 44cf9d8c67..ffef8f6594 100644 --- a/litellm/tests/test_function_calling.py +++ b/litellm/tests/test_function_calling.py @@ -71,7 +71,7 @@ def test_parallel_function_call(): } ] response = litellm.completion( - model="mistral/mistral-medium-latest", + model="gpt-3.5-turbo-1106", messages=messages, tools=tools, tool_choice="auto", # auto is default, but we'll be explicit