forked from phoenix/litellm-mirror
fix supports vision test
This commit is contained in:
parent
b2e46086dd
commit
8dbf0a634a
1 changed files with 1 additions and 1 deletions
|
@ -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=_model_info.get(
|
||||||
"supports_response_schema", None
|
"supports_response_schema", None
|
||||||
),
|
),
|
||||||
supports_vision=_model_info.get("supports_vision", None),
|
supports_vision=_model_info.get("supports_vision", False),
|
||||||
)
|
)
|
||||||
except Exception:
|
except Exception:
|
||||||
raise Exception(
|
raise Exception(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue