Merge pull request #4661 from BerriAI/litellm_fix_mh

[Fix] Model Hub - Show supports vision correctly
This commit is contained in:
Ishaan Jaff 2024-07-11 15:03:37 -07:00 committed by GitHub
commit 8bf50ac5db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 16 additions and 2 deletions

View file

@ -73,6 +73,7 @@ class ModelInfo(TypedDict, total=False):
supported_openai_params: Required[Optional[List[str]]]
supports_system_messages: Optional[bool]
supports_response_schema: Optional[bool]
supports_vision: Optional[bool]
class GenericStreamingChunk(TypedDict):