From 8dbf0a634ab61dbcf50df681d1eda65c461a607e Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 11 Jul 2024 21:13:46 -0700 Subject: [PATCH] fix supports vision test --- litellm/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/utils.py b/litellm/utils.py index 27906591fd2..65b4d63ebeb 100644 --- a/litellm/utils.py +++ b/litellm/utils.py @@ -4829,7 +4829,7 @@ def get_model_info(model: str, custom_llm_provider: Optional[str] = None) -> Mod supports_response_schema=_model_info.get( "supports_response_schema", None ), - supports_vision=_model_info.get("supports_vision", None), + supports_vision=_model_info.get("supports_vision", False), ) except Exception: raise Exception(