From 13040a97a74155a53d0aaaaddb3c86b9a1f9732a Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Wed, 28 Feb 2024 17:13:04 -0800 Subject: [PATCH] (feat) support mistral function calling --- litellm/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/utils.py b/litellm/utils.py index 18307eebc85..e658ad2e7c0 100644 --- a/litellm/utils.py +++ b/litellm/utils.py @@ -4048,6 +4048,7 @@ def get_optional_params( and custom_llm_provider != "vertex_ai" and custom_llm_provider != "anyscale" and custom_llm_provider != "together_ai" + and custom_llm_provider != "mistral" ): if custom_llm_provider == "ollama" or custom_llm_provider == "ollama_chat": # ollama actually supports json output