diff --git a/litellm/router_strategy/lowest_latency.py b/litellm/router_strategy/lowest_latency.py index 81a0133a90..c56db83f0b 100644 --- a/litellm/router_strategy/lowest_latency.py +++ b/litellm/router_strategy/lowest_latency.py @@ -27,7 +27,7 @@ class LiteLLMBase(BaseModel): class RoutingArgs(LiteLLMBase): - ttl: int = 1 * 60 * 60 # 1 hour + ttl: float = 1 * 60 * 60 # 1 hour lowest_latency_buffer: float = 0 max_latency_list_size: int = 10