forked from phoenix/litellm-mirror
fix supports vision
This commit is contained in:
parent
6e86e4291a
commit
341f88d191
3 changed files with 10 additions and 5 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