fix - lowest cost routing

This commit is contained in:
Ishaan Jaff 2024-05-07 12:49:20 -07:00
parent 6cb059cce8
commit 245960708d

View file

@ -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 ###