mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +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__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
model_list: Optional[
|
model_list: Optional[
|
||||||
Union[List[DeploymentTypedDict], List[dict[str, Any]], List[Dict[str, Any]]]
|
Union[List[DeploymentTypedDict], List[Dict[str, Any]]]
|
||||||
] = None,
|
] = None,
|
||||||
## ASSISTANTS API ##
|
## ASSISTANTS API ##
|
||||||
assistants_config: Optional[AssistantsTypedDict] = None,
|
assistants_config: Optional[AssistantsTypedDict] = None,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue