mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
(fix) s3 cache proxy - fix notImplemented error
This commit is contained in:
parent
57aed8c7cd
commit
f68fd1c355
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