mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix python3.8 install
This commit is contained in:
parent
87a6c1651b
commit
158148d7ce
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class Router:
|
|||
def __init__(
|
||||
self,
|
||||
model_list: Optional[
|
||||
Union[List[DeploymentTypedDict], List[dict[str, Any]], List[Dict[str, Any]]]
|
||||
Union[List[DeploymentTypedDict], List[Dict[str, Any]]]
|
||||
] = None,
|
||||
## ASSISTANTS API ##
|
||||
assistants_config: Optional[AssistantsTypedDict] = None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue