forked from phoenix/litellm-mirror
cache improvements
This commit is contained in:
parent
43fea52d7c
commit
1799f1bfe9
4 changed files with 15 additions and 15 deletions
|
@ -75,7 +75,6 @@ class Cache():
|
|||
if cache_key is not None:
|
||||
self.cache.set_cache(cache_key, result)
|
||||
except:
|
||||
|
||||
pass
|
||||
|
||||
|
||||
|
@ -83,6 +82,3 @@ class Cache():
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue