From 0806a45bd7981a173f3755099ddc76a67d8360da Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Mon, 11 Mar 2024 10:23:41 -0700 Subject: [PATCH] fix(utils.py): support response_format for mistral ai api --- litellm/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/utils.py b/litellm/utils.py index daf1ffe254..3b6169770d 100644 --- a/litellm/utils.py +++ b/litellm/utils.py @@ -5143,6 +5143,7 @@ def get_supported_openai_params(model: str, custom_llm_provider: str): "max_tokens", "tools", "tool_choice", + "response_format", ] elif custom_llm_provider == "replicate": return [