mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-21 08:20:44 +00:00
fix - lowest cost routing
This commit is contained in:
@@ -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 ###
|
||||
|
||||
Reference in New Issue
Block a user