forked from phoenix/litellm-mirror
(fix) s3 cache proxy - fix notImplemented error
This commit is contained in:
parent
d95eb6ca43
commit
d87c4a4d23
1 changed files with 3 additions and 0 deletions
|
@ -675,6 +675,9 @@ class S3Cache(BaseCache):
|
|||
def flush_cache(self):
|
||||
pass
|
||||
|
||||
async def disconnect(self):
|
||||
pass
|
||||
|
||||
|
||||
class DualCache(BaseCache):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue