diff --git a/litellm/router_strategy/lowest_cost.py b/litellm/router_strategy/lowest_cost.py index 25783fad7..bdf4643a9 100644 --- a/litellm/router_strategy/lowest_cost.py +++ b/litellm/router_strategy/lowest_cost.py @@ -189,7 +189,7 @@ class LowestCostLoggingHandler(CustomLogger): ) self.router_cache.set_cache( - key=cost_key, value=request_count_dict, ttl=self.routing_args.ttl + key=cost_key, value=request_count_dict ) # reset map within window ### TESTING ###