mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
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
Reference in a new issue