mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
fix(router.py): skip setting model_group response headers for now
current implementation increases redis cache calls by 3x
This commit is contained in:
parent
6e590e4949
commit
bc6ed7a06f
4 changed files with 43 additions and 89 deletions
|
@ -1860,6 +1860,7 @@ class DualCache(BaseCache):
|
|||
|
||||
Returns - int - the incremented value
|
||||
"""
|
||||
traceback.print_stack()
|
||||
try:
|
||||
result: int = value
|
||||
if self.in_memory_cache is not None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue