forked from phoenix/litellm-mirror
fix python3.8 install
This commit is contained in:
parent
f38854e148
commit
d172a3ef6b
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