mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix python 3.8 install
This commit is contained in:
parent
4dcb4b81f1
commit
157b2b3a06
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ class Router:
|
|||
RetryPolicy
|
||||
] = None, # set custom retries for different exceptions
|
||||
model_group_retry_policy: Optional[
|
||||
dict[str, RetryPolicy]
|
||||
Dict[str, RetryPolicy]
|
||||
] = {}, # set custom retry policies based on model group
|
||||
allowed_fails: Optional[
|
||||
int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue