forked from phoenix/litellm-mirror
Merge pull request #4661 from BerriAI/litellm_fix_mh
[Fix] Model Hub - Show supports vision correctly
This commit is contained in:
commit
8bf50ac5db
4 changed files with 16 additions and 2 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue